Skip to content

Commit b0ba983

Browse files
committed
fix(docker-compose): ensure restart policy is correctly set
* Added the `restart: unless-stopped` policy back to the `linuxgsm` service. * This change ensures that the service will restart automatically unless stopped manually.
1 parent 4564eca commit b0ba983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
context: .
66
dockerfile: dockerfiles/Dockerfile-cs2
77
container_name: cs2server
8-
restart: unless-stopped
98
ports:
109
- "27015:27015/tcp"
1110
- "27015:27015/udp"
1211
- "27020:27020/udp"
1312
- "27005:27005/udp"
13+
restart: unless-stopped

0 commit comments

Comments
 (0)