Skip to content

Commit 92abd06

Browse files
committed
fix(docker-compose): remove version specification
* Removed the version declaration from the `docker-compose.yml.j2` file. * This change simplifies the configuration and aligns with current best practices.
1 parent 580a23e commit 92abd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.8" services: # bind mount example linuxgsm-{{ shortname }}-bind:
1+
services: # bind mount example linuxgsm-{{ shortname }}-bind:
22
image: gameservermanagers/gameserver:{{ shortname }} # image:
33
ghcr.io/gameservermanagers/gameserver:{{ shortname }} container_name:
44
{{ shortname }}server restart: unless-stopped volumes: -

0 commit comments

Comments
 (0)