Skip to content

Commit

Permalink
Use startersclan/docker-bf2:v1.5.3153.0-bf2stats-3.2.0 for bf2 serv…
Browse files Browse the repository at this point in the history
…er in `docker-compose.yml`
  • Loading branch information
leojonathanoh committed Nov 10, 2023
1 parent 14ebbaa commit 7bd7c9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version: '2.2'
services:
# Battlefield 2 1.5 server with the bf2stats python scripts
# Battlefield 2 1.5 server with bf2stats 3.2.0 python scripts
bf2:
image: startersclan/docker-bf2:v1.5.3153.0
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-3.2.0
volumes:
- ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots
- ./config/bf2/mods/bf2/settings/serversettings-custom.con:/server/bf2/mods/bf2/settings/serversettings.con:ro # Server config
- ./config/bf2/mods/bf2/settings/maplist-custom-coop.con:/server/bf2/mods/bf2/settings/maplist.con:ro # Maplist (coop)
# - ./config/bf2/mods/bf2/settings/maplist-custom-cq.con:/server/bf2/mods/bf2/settings/maplist.con:ro # Maplist (cq)
- ./src/python:/server/bf2/python # Mount the python files
- ./config/bf2/python/bf2/BF2StatisticsConfig-custom.py:/server/bf2/python/bf2/BF2StatisticsConfig.py:ro # bf2stats python config
ports:
- 16567:16567/udp
Expand Down

0 comments on commit 7bd7c9e

Please sign in to comment.