diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index b9f0c64..495b302 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -16,8 +16,8 @@ services: networks: - traefik - default - depends_on: - - ghost_db + # depends_on: + # - ghost_db restart: unless-stopped ports: - 2368:2368