更新 docker-compose.yml

This commit is contained in:
Bryant 2024-01-30 17:25:22 +08:00
parent 407b1626a8
commit d7ed9c8212
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ services:
swarmpit-agent: swarmpit-agent:
image: swarmpit/agent:latest image: swarmpit/agent:latest
environment: environment:
- DOCKER_API_VERSION=1.35 - DOCKER_API_VERSION=1.43
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
networks: networks:
@ -88,7 +88,7 @@ services:
cpus: '0.10' cpus: '0.10'
memory: 64M memory: 64M
reservations: reservations:
cpus: '0.03' cpus: '0.05'
memory: 32M memory: 32M
# networks: # networks: