Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 90c7611

Browse files
authored
Typo in GAMESERVER (#46)
1 parent 6184ed7 commit 90c7611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: ./Dockerfile
77
container_name: csgoserver
88
environment:
9-
- GAMESERVER=csWgoserver
9+
- GAMESERVER=csgoserver
1010
- LGSM_GITHUBUSER=GameServerManagers
1111
- LGSM_GITHUBREPO=LinuxGSM
1212
- LGSM_GITHUBBRANCH=master
@@ -19,4 +19,4 @@ services:
1919
- "27015:27015/udp"
2020
- "27020:27020/udp"
2121
- "27005:27005/udp"
22-
restart: unless-stopped
22+
restart: unless-stopped

0 commit comments

Comments
 (0)