Skip to content

Commit d947b2f

Browse files
author
devSonami
committedJul 18, 2021
Merge remote-tracking branch 'origin/feature' into feature
2 parents 60bc757 + 1343ff0 commit d947b2f

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)
Please sign in to comment.