Development
This commit is contained in:
parent
19f0bfa79c
commit
687e0a66d1
8 changed files with 142 additions and 1 deletions
12
docker/routlin-portal/docker-compose.yml
Normal file
12
docker/routlin-portal/docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: routlin-portal
|
||||
|
||||
services:
|
||||
portal:
|
||||
container_name: routlin-portal
|
||||
build: .
|
||||
ports:
|
||||
- "25328:25328"
|
||||
volumes:
|
||||
- $HOME/routlin/config.json:/routlin_location/config.json:ro
|
||||
- $HOME/routlin/.captive-queue:/routlin_location/.captive-queue
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue