diff --git a/docker-compose.yml b/docker-compose.yml index 88a21f8..2a8b0d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,4 +9,5 @@ services: command: watchtower portainer nginx code-server environment: - WATCHTOWER_CLEANUP=true - - TZ=Europe/Berlin \ No newline at end of file + - TZ=Europe/Berlin + restart: unless-stopped \ No newline at end of file