Skip to content

Commit 39aa36d

Browse files
authored
add host.docker.internal
1 parent bc56a87 commit 39aa36d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ services:
6363
- /dev/fuse:/dev/fuse
6464
networks:
6565
npp_network:
66+
extra_hosts:
67+
- "host.docker.internal:host-gateway"
6668
post_start:
67-
- command: /scripts/wp-cli.sh
69+
- command: /scripts/wp-post.sh
6870
working_dir: ${NPP_WEB_ROOT_}
6971
user: root
7072
mem_limit: "2GB"

0 commit comments

Comments
 (0)