We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e39af commit 1343ff0Copy full SHA for 1343ff0
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