Fixed port assignment and added restart policy
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
gds:
|
||||
restart: unless-stopped
|
||||
image: nginx-gds
|
||||
build: ./
|
||||
networks:
|
||||
@@ -7,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- ./games:/srv/http/games
|
||||
ports:
|
||||
- "6080:80"
|
||||
- "6090:80"
|
||||
labels:
|
||||
- "traefik.http.routers.gds.rule=Host(`gds.mitchelbv.nl`)"
|
||||
- "traefik.http.routers.gds.entrypoints=web-secure"
|
||||
|
||||
Reference in New Issue
Block a user