allow wordpress to make requests to itself
This commit is contained in:
parent
674b2d5bb8
commit
bb95882366
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- wordpress:/var/www/wordpress
|
- wordpress:/var/www/wordpress
|
||||||
networks:
|
networks:
|
||||||
- inception
|
inception:
|
||||||
|
aliases:
|
||||||
|
- $DOMAIN_NAME
|
||||||
env_file: .env
|
env_file: .env
|
||||||
wordpress:
|
wordpress:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue