From 5f9e3c7a1d21506d7b746c0cd51e57fe2c2d5dde Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Fri, 11 Sep 2020 12:24:02 +0200 Subject: [PATCH] Unmanage acme.json file --- docker-compose.yml | 1 - init.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e4d48e9..fda0312 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,6 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - ./traefik.yml:/etc/traefik/traefik.yaml:ro - - /opt/traefik/acme.json:/acme.json - ./http_auth:/http_auth labels: - "traefik.enable=true" diff --git a/init.sh b/init.sh index 5b3e299..632e834 100755 --- a/init.sh +++ b/init.sh @@ -1,8 +1,6 @@ #!/bin/bash echo "[$0] Initializing..." -sudo mkdir /opt/traefik -sudo touch /opt/traefik/acme.json && sudo chmod 600 /opt/traefik/acme.json cp .env.sample .env echo "[$0] Please edit .env file" exit 0 \ No newline at end of file