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