Skip to content

Commit

Permalink
Merge pull request #64 from santosderek/patch-1
Browse files Browse the repository at this point in the history
Fixing the container name incorrectly placed outside of server block
  • Loading branch information
arguser authored Oct 20, 2024
2 parents ea8793b + b2e582c commit 974fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3"

services:
container_name: core-keeper-dedicated
core-keeper:
container_name: core-keeper-dedicated
image: escaping/core-keeper-dedicated
volumes:
- server-files:/home/steam/core-keeper-dedicated
Expand Down

0 comments on commit 974fe40

Please sign in to comment.