Skip to content

Commit e560ec6

Browse files
comments: expand port and pass comments
1 parent 559a290 commit e560ec6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-cloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
web:
99
image: 'nginx'
10-
## instead of an exposed port use FORWARD_PORT below
10+
## instead of an exposed port, use FORWARD_PORT in auth, below
1111
# ports:
1212
# - '80:80'
1313
volumes:
@@ -22,4 +22,5 @@ services:
2222
- FORWARD_HOST=web
2323
- FORWARD_PORT=80
2424
## escape $ with $$ in Docker yml due to variable expansion
25+
## example user/pass generated with htpasswd is foo:bar
2526
- HTPASSWD=foo:$$apr1$$odHl5EJN$$KbxMfo86Qdve2FH4owePn.

0 commit comments

Comments
 (0)