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 7b48f0b commit 001bbafCopy full SHA for 001bbaf
README.md
@@ -5,7 +5,7 @@ Docker configuration to run a Symfony app.
5
docker-compose up -d
6
docker-compose exec php composer install
7
8
-You can now visit http://localhost and see the default Symfony page.
+You can now visit http://localhost:8080 and you will see the default Symfony page.
9
10
## Useful commands
11
docker-compose.yml
@@ -24,7 +24,7 @@ services:
24
volumes:
25
- ./docker/nginx/app.conf:/etc/nginx/conf.d/default.conf:ro
26
ports:
27
- - 80:80
+ - 8080:80
28
29
mysql:
30
image: mysql:5.7
0 commit comments