From 0e44ae3b6762f0c8d165ce0c63f1d378db94e44d Mon Sep 17 00:00:00 2001 From: DireMunchkin <1665676+DireMunchkin@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:54:02 +0200 Subject: [PATCH] Add container_name --- apps/ghostfolio/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index 31b2c700..a18d2d39 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -2,6 +2,7 @@ version: "3.9" services: ghostfolio: + container_name: ghostfolio image: ghostfolio/ghostfolio:1.300.0 restart: unless-stopped ports: @@ -48,6 +49,7 @@ services: traefik.http.routers.ghostfolio-local.tls: true ghostfolio-postgres: + container_name: ghostfolio-postgres image: postgres:14-bullseye restart: unless-stopped stop_grace_period: 1m @@ -63,6 +65,7 @@ services: - tipi_main_network ghostfolio-redis: + container_name: ghostfolio-redis image: redis:6.2-bullseye restart: unless-stopped user: "1000:1000"