update memory
This commit is contained in:
parent
3f98d68a84
commit
2d7208ba34
@ -9,8 +9,7 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
#- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- "////./pipe/docker_engine:/var/run/docker.sock"
|
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
- ./traefik.yml:/etc/traefik/traefik.yml
|
||||||
- ./authorized_users:/etc/traefik/authorized_users
|
- ./authorized_users:/etc/traefik/authorized_users
|
||||||
- ./acme.json:/acme.json
|
- ./acme.json:/acme.json
|
||||||
@ -110,4 +109,6 @@ services:
|
|||||||
MAX_TICK_TIME: "-1"
|
MAX_TICK_TIME: "-1"
|
||||||
AUTOPAUSE_TIMEOUT_INIT: "30"
|
AUTOPAUSE_TIMEOUT_INIT: "30"
|
||||||
AUTOPAUSE_TIMEOUT_EST: "10"
|
AUTOPAUSE_TIMEOUT_EST: "10"
|
||||||
|
INIT_MEMORY: 128M
|
||||||
|
MAX_MEMORY: 20G
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user