Skip to content

Commit 57a8679

Browse files
committed
Update apache outer port in docker-compose.yml
1 parent fd65d8b commit 57a8679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build: ./docker
66
image: thecodeholic/php_mvc
77
ports:
8-
- "80:80"
8+
- "8080:80"
99
volumes:
1010
# Mount source-code for development
1111
- ./:/var/www

0 commit comments

Comments
 (0)