From 8611f3858c5aacb5407f2f2105fc1b21c08d967c Mon Sep 17 00:00:00 2001 From: thmsn <9084377+thmsndk@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:01:35 +0200 Subject: [PATCH] apparently you write no and not never for restart --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b53e2b23..f31ec99a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: # This service is only used to build the image, so we don't need to run it # Thus, we can specify "command: echo Building image" to make it do nothing command: echo Building image - restart: never + restart: no eu1: image: game_server_image