change game to download in the docker compose file
This commit is contained in:
parent
ae64fd8baf
commit
38e306a903
@ -29,7 +29,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
|
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
|
||||||
- "./game:/usr/share/nginx/html"
|
- "./download:/usr/share/nginx/html"
|
||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user