change game to download in the docker compose file

This commit is contained in:
Chris Cromer 2023-01-25 20:59:19 -03:00
parent ae64fd8baf
commit 38e306a903
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -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: