mirror of
https://github.com/Routstr/routstrd.git
synced 2026-07-22 12:22:20 +00:00
16 lines
249 B
YAML
16 lines
249 B
YAML
services:
|
|
routstrd:
|
|
build: .
|
|
container_name: routstrd
|
|
stdin_open: true
|
|
tty: true
|
|
volumes:
|
|
- routstrd_data:/data
|
|
ports:
|
|
- "8008:8008"
|
|
restart: unless-stopped
|
|
command: /bin/bash
|
|
|
|
volumes:
|
|
routstrd_data:
|