Skip to content

Commit 1343ff0

Browse files
committed
port 81 added to run docker compose up
1 parent 86e39af commit 1343ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-sample-2/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
proxy:
55
image: nginx:1.13 # this will use the latest version of 1.13.x
66
ports:
7-
- '80:80' # expose 80 on host and sent to 80 in container
7+
- '81:80' # expose 80 on host and sent to 80 in container
88
volumes:
99
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
1010
web:

0 commit comments

Comments
 (0)