diff --git a/docker-compose.yml b/docker-compose.yml index 7e9d0d1..be0242a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,8 +9,7 @@ services: - "80:80" - "443:443" volumes: - #- /var/run/docker.sock:/var/run/docker.sock - - "////./pipe/docker_engine:/var/run/docker.sock" + - /var/run/docker.sock:/var/run/docker.sock - ./traefik.yml:/etc/traefik/traefik.yml - ./authorized_users:/etc/traefik/authorized_users - ./acme.json:/acme.json @@ -110,4 +109,6 @@ services: MAX_TICK_TIME: "-1" AUTOPAUSE_TIMEOUT_INIT: "30" AUTOPAUSE_TIMEOUT_EST: "10" + INIT_MEMORY: 128M + MAX_MEMORY: 20G