Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Træfik
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Deployments
Træfik
Commits
19573a14
Verified
Commit
19573a14
authored
6 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Replace . with $PWD
parent
fe9fa6bc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sample..env
+1
-1
1 addition, 1 deletion
sample..env
sample.docker-compose.yml
+2
-2
2 additions, 2 deletions
sample.docker-compose.yml
with
3 additions
and
3 deletions
sample..env
+
1
−
1
View file @
19573a14
...
...
@@ -3,7 +3,7 @@
COMPOSE_PROJECT_NAME=webproxy
# Traefik
## Repository folder (default:
.
)
## Repository folder (default:
$PWD
)
TF_HOME=
## Version
...
...
This diff is collapsed.
Click to expand it.
sample.docker-compose.yml
+
2
−
2
View file @
19573a14
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Olivier Benz
@benz0li
mentioned in commit
32ff44cb
·
6 months ago
mentioned in commit
32ff44cb
mentioned in commit 32ff44cbe5b34045fa1885ef177b0609e8d5b80e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment