Skip to content

Commit

Permalink
add portforwading to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
LoV432 committed Dec 12, 2023
1 parent 12d52df commit 7db0055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docker-compose-with-cs2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
- RCON_PORT=27015 # RCON Port
- RCON_PASSWORD=veryweakrconpassword # RCON Password
- MAXMIND_LICENSE_KEY= # Maxmind License Key (optional for geolocation)
ports:
- 3000:3000
restart: unless-stopped

networks:
Expand Down
2 changes: 2 additions & 0 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ services:
- RCON_PORT= # RCON Port
- RCON_PASSWORD= # RCON Password
- MAXMIND_LICENSE_KEY= # Maxmind License Key (optional for geolocation)
ports:
- 3000:3000
restart: unless-stopped

0 comments on commit 7db0055

Please sign in to comment.