diff --git a/compose.yaml b/compose.yaml index f4210ca..8680b68 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,11 +5,4 @@ services: - "8000:8000" environment: MONITOR_LOG_LEVEL: INFO - MONITOR_REQUEST_TIMEOUT_SECONDS: "5" - MONITOR_CONNECT_TIMEOUT_SECONDS: "2" - MONITOR_MAX_REDIRECTS: "5" - read_only: true - tmpfs: - - /tmp - security_opt: - - no-new-privileges:true + restart: unless-stopped