- unistall script for certbot

- update resource limits for some docker container
This commit is contained in:
2017-10-04 06:15:03 -04:00
parent 92950ffd2d
commit 9988549d59
7 changed files with 33 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
---
# DOCKER_HOST=192.168.2.41:2376 docker-compose up -d
# DOCKER_HOST=dkhost03:2376 docker stack deploy -c docker-compose.yml dkui
# DOCKER_HOST=dkhost:2376 docker stack deploy -c docker-compose.yml dkui
version: '3'
services:
@@ -25,4 +25,8 @@ services:
max_attempts: 10
labels:
net.xai-corp.dkui.description: portainer ui for docker host and swarm management
resources:
limits:
cpus: '0.2'
memory: 16M