File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ services:
73
73
# ⬇️ Use the --key=value syntax, since Docker compose doesn't parse whitespace well.
74
74
- ' --authfile=/users.json'
75
75
- ' --reverse'
76
- # ⬇️ Mount the authfile as a docker volume
76
+ # ⬇️ Mount the authfile as a Docker volume
77
77
volumes :
78
78
- ' ./users.json:/users.json'
79
- # ⬇️ Give the container unrestricted access to the docker host's network
79
+ # ⬇️ Give the container unrestricted access to the Docker host's network
80
80
network_mode : host
81
81
` ` `
82
82
@@ -119,7 +119,7 @@ services:
119
119
networks :
120
120
- internal
121
121
122
- # ⬇️ Make use of a docker network called `internal`.
122
+ # ⬇️ Make use of a Docker network called `internal`.
123
123
networks :
124
124
internal :
125
125
` ` `
You can’t perform that action at this time.
0 commit comments