Update src/resources/docker-compose.yml
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 10s Details

This commit is contained in:
Chase 2024-03-10 17:26:16 +00:00
parent 493e4ef637
commit 7d98cf0e09
1 changed files with 2 additions and 1 deletions

View File

@ -875,7 +875,7 @@ services:
command: '+set dedicated 2 +set net_port 25012 +set fs_game "mods/promod" +set sv_authtoken "asdf" +set sv_maxclients "64" +exec promod.cfg +map_rotate'
image: qmcgaw/cod4
environment:
- HTTP_SERVER=off
- HTTP_SERVER=on
volumes:
- '/dockerData/cod4/usermaps:/home/user/cod4/usermaps:ro'
- '/dockerData/cod4/mods:/home/user/cod4/mods'
@ -884,6 +884,7 @@ services:
ports:
- '25012:25012/udp'
- '25012:25012/tcp'
- '25011:8000/tcp'
restart: unless-stopped
container_name: cod4-promod
ollama: