Skip to content

Commit 42c5ffb

Browse files
committed
Updated docker-compose.yml
1 parent a08abbc commit 42c5ffb

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
@@ -26,7 +26,7 @@ services:
2626
MYSQL_DATABASE: ${MYSQL_DATABASE}
2727
HOST_MACHINE_MYSQL_PORT: ${HOST_MACHINE_MYSQL_PORT}
2828
XDEBUG_CONFIG: "client_host=host.docker.internal remote_port=${XDEBUG_PORT}"
29-
extra_hosts:
29+
extra_hosts:
3030
- "host.docker.internal:host-gateway"
3131
database:
3232
build:

0 commit comments

Comments
 (0)