Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ services:
container_name: nginx
ports:
- "8080:80"
# Port for xdebug (ensure this matches the remote_port in the xdebug.ini)
- "9001:9001"
volumes:
- ./source:/var/www/html:delegated
depends_on:
Expand Down