We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd65d8b commit 57a8679Copy full SHA for 57a8679
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
build: ./docker
6
image: thecodeholic/php_mvc
7
ports:
8
- - "80:80"
+ - "8080:80"
9
volumes:
10
# Mount source-code for development
11
- ./:/var/www
0 commit comments