Skip to content

Commit

Permalink
Remove debug line from docker-compose.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mschnitzer committed Oct 31, 2023
1 parent 5c8b613 commit f83ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
server:
container_name: asa-server
hostname: asa-server
entrypoint: "/bin/bash -c 'rm -f /usr/share/app/tmp/pids/server.pid ; sleep 50000000'"
entrypoint: "/usr/bin/start_server"
user: gameserver
image: "mschnitzer/asa-linux-server"
stdin_open: true
Expand Down

0 comments on commit f83ec34

Please sign in to comment.