autocommit
This commit is contained in:
parent
c4e11d6828
commit
9c85eb7f98
@ -1,5 +1,5 @@
|
||||
services:
|
||||
nginx:
|
||||
tetris:
|
||||
container_name: tetris
|
||||
build:
|
||||
context: .
|
||||
@ -8,7 +8,7 @@ services:
|
||||
- proxynet
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.nginx.rule=Host(`tetris.${SERVER_DOMAIN}`)"
|
||||
- "traefik.http.routers.tetris.rule=Host(`tetris.${SERVER_DOMAIN}`)"
|
||||
# For dev:
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html
|
||||
|
Loading…
Reference in New Issue
Block a user