We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559a290 commit e560ec6Copy full SHA for e560ec6
1 file changed
docker-cloud.yml
@@ -7,7 +7,7 @@ services:
7
8
web:
9
image: 'nginx'
10
- ## instead of an exposed port use FORWARD_PORT below
+ ## instead of an exposed port, use FORWARD_PORT in auth, below
11
# ports:
12
# - '80:80'
13
volumes:
@@ -22,4 +22,5 @@ services:
22
- FORWARD_HOST=web
23
- FORWARD_PORT=80
24
## escape $ with $$ in Docker yml due to variable expansion
25
+ ## example user/pass generated with htpasswd is foo:bar
26
- HTPASSWD=foo:$$apr1$$odHl5EJN$$KbxMfo86Qdve2FH4owePn.
0 commit comments