From 255e7f7dfd4783e0321122161d175609ca390fed Mon Sep 17 00:00:00 2001 From: Paul Mullins Date: Thu, 11 Apr 2024 18:41:02 -0400 Subject: [PATCH] Fix error in docker-compose.yml, migrations.restart needs to be string Here was the error I had, ~/nsecbunkerd$ docker-compose up -d ERROR: The Compose file './docker-compose.yml' is invalid because: services.migrations.restart contains an invalid type, it should be a string dentropy@umbrel:~/nsecbunkerd$ vim docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d0241a5..1450c1a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - $HOME/.nsecbunker-config:/app/config env_file: - .env - restart: no + restart: "no" entrypoint: "" command: - npx