environment nochmals angepasst und config file

This commit is contained in:
Czechman 2023-01-11 22:18:20 +01:00
parent 0684f86a5a
commit a05117814a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# Alle Konfigurationsparameter werden aus der config.env Datei gelesen # Alle Konfigurationsparameter werden aus der config.env Datei gelesen
############################################# #############################################
apk add -U curl apk add -U curl
configfile="config.env" configfile="/etc/traefik/config.env"
if [ ! -r "$configfile" ]; then if [ ! -r "$configfile" ]; then
echo "$configfile does not exist or isn't readable" echo "$configfile does not exist or isn't readable"

View File

@ -27,7 +27,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/docker/traefik_v2x/config:/etc/traefik" - "/docker/traefik_v2x/config:/etc/traefik"
environment: environment:
- "EXEC_PATH_FILE=sh /etc/traefik/ipv64-dns-challenge.sh" - "EXEC_PATH=/etc/traefik/ipv64-dns-challenge.sh"
ports: ports:
- "8888:8080" - "8888:8080"
- "80:80" - "80:80"