We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60bc757 + 1343ff0 commit d947b2fCopy full SHA for d947b2f
compose-sample-2/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
proxy:
5
image: nginx:1.13 # this will use the latest version of 1.13.x
6
ports:
7
- - '80:80' # expose 80 on host and sent to 80 in container
+ - '81:80' # expose 80 on host and sent to 80 in container
8
volumes:
9
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
10
web:
0 commit comments