diff --git a/docker-compose.yml b/docker-compose.yml index 6f235cc..b3ebd26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: postgres: image: postgres:11 - restart: always + restart: unless-stopped volumes: - postgresdata:/var/lib/postgresql/data - ./config/sql:/config/sql @@ -25,7 +25,7 @@ services: depends_on: - postgres - waitfordb - restart: always + restart: unless-stopped ports: - "${INVIDIOUS_HTTP_PORT}:3000" environment: