Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuettner authored Mar 12, 2024
1 parent f6ca644 commit 9f61f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:

master-server:
image: ghcr.io/jkuettner/bfbc2-master-server:master
image: ghcr.io/jkuettner/bfbc2-master-server
#build: ./master-server
restart: always
network_mode: "host"
Expand All @@ -13,7 +13,7 @@ services:
# - "./custom-config.ini:/home/bfbc2/config.ini"

rush-server:
image: ghcr.io/jkuettner/bfbc2-server:master
image: ghcr.io/jkuettner/bfbc2-server
#build: ./game-server
restart: always
network_mode: "host"
Expand All @@ -29,7 +29,7 @@ services:
SERVER_MAX_PLAYERS: 32

sqdm-server:
image: ghcr.io/jkuettner/bfbc2-server:master
image: ghcr.io/jkuettner/bfbc2-server
#build: ./game-server
restart: always
network_mode: "host"
Expand Down

0 comments on commit 9f61f53

Please sign in to comment.