更新 docker-compose.yml
This commit is contained in:
parent
407b1626a8
commit
d7ed9c8212
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue