Update docker-compose.yml

This commit is contained in:
Stefan Pejcic
2024-06-14 16:17:17 +02:00
committed by GitHub
parent d8ae6de631
commit c3992ed3ae

View File

@@ -120,11 +120,6 @@ services:
limits:
memory: 1g
cpus: '1.0'
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
restart: always
privileged: true
oom_kill_disable: true