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:
|
||||
- wordpress:/var/www/wordpress
|
||||
networks:
|
||||
- inception
|
||||
inception:
|
||||
aliases:
|
||||
- $DOMAIN_NAME
|
||||
env_file: .env
|
||||
wordpress:
|
||||
restart: on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue