Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaish committed Sep 17, 2024
1 parent 14802aa commit a5c19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
ports:
- "80:80" # Map port 80 on the host to port 80 in the container, first par is host port on the host machine while second part is the port inside container
volumes:
- ./index.php:/var/www/html/index.php # Bind-mount local index.php
- ./public:/var/www/html/index.php # Bind-mount local index.php
depends_on:
- database # Ensure the database service starts before the webserver
Expand Down

0 comments on commit a5c19f7

Please sign in to comment.