Loading docker-compose.tmpl.yml +3 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ services: - /var/lib/docker/:/var/lib/docker:ro healthcheck: test: wget --spider -S -t 3 http://localhost:8080/metrics interval: 5m timeout: 2m interval: 30s timeout: 10s retries: 3 start_period: 2m deploy: Loading @@ -49,7 +49,7 @@ services: resources: limits: cpus: '0.5' memory: 128M memory: 256M reservations: memory: 64M Loading Loading
docker-compose.tmpl.yml +3 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ services: - /var/lib/docker/:/var/lib/docker:ro healthcheck: test: wget --spider -S -t 3 http://localhost:8080/metrics interval: 5m timeout: 2m interval: 30s timeout: 10s retries: 3 start_period: 2m deploy: Loading @@ -49,7 +49,7 @@ services: resources: limits: cpus: '0.5' memory: 128M memory: 256M reservations: memory: 64M Loading