Skip to content
Snippets Groups Projects
Verified Commit a81b1665 authored by Olivier Benz's avatar Olivier Benz
Browse files

Merge branch 'main' into develop

parents b63507fd 19573a14
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
COMPOSE_PROJECT_NAME=webproxy
# Traefik
## Repository folder (default: .)
## Repository folder (default: $PWD)
TF_HOME=
## Version
......
......@@ -9,8 +9,8 @@ services:
networks:
- webproxy
volumes:
- ${TF_HOME:-.}/config/acme:/etc/traefik/acme
- ${TF_HOME:-.}/config/files:/etc/traefik/files:ro
- ${TF_HOME:-$PWD}/config/acme:/etc/traefik/acme
- ${TF_HOME:-$PWD}/config/files:/etc/traefik/files:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TRAEFIK_GLOBAL_CHECKNEWVERSION=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment