From 9524ac6f7f580ef8763a01654daba888e17a3118 Mon Sep 17 00:00:00 2001 From: F2256342 Daniel de Oliveira Carvalho Date: Thu, 31 Mar 2022 13:52:50 -0300 Subject: [PATCH] docker compose restart param --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 37f5e69..295e9a3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: image: mongo-express:latest depends_on: - mongodb - restart: on-failure + restart: unless-stopped ports: - "8081:8081" links: @@ -32,4 +32,4 @@ services: - ME_CONFIG_MONGODB_SERVER=mongodb - ME_CONFIG_MONGODB_PORT=27017 - ME_CONFIG_MONGODB_ENABLE_ADMIN=true - - ME_CONFIG_OPTIONS_EDITORTHEME=default \ No newline at end of file + - ME_CONFIG_OPTIONS_EDITORTHEME=default