更新 docker-compose.yml
This commit is contained in:
parent
407b1626a8
commit
d7ed9c8212
|
@ -76,7 +76,7 @@ services:
|
|||
swarmpit-agent:
|
||||
image: swarmpit/agent:latest
|
||||
environment:
|
||||
- DOCKER_API_VERSION=1.35
|
||||
- DOCKER_API_VERSION=1.43
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
|
@ -88,7 +88,7 @@ services:
|
|||
cpus: '0.10'
|
||||
memory: 64M
|
||||
reservations:
|
||||
cpus: '0.03'
|
||||
cpus: '0.05'
|
||||
memory: 32M
|
||||
|
||||
# networks:
|
||||
|
|
Loading…
Reference in New Issue