changed name of docker network from inception to local-wp
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
nginx:
|
||||
restart: on-failure
|
||||
networks:
|
||||
- inception
|
||||
- local-wp
|
||||
ports:
|
||||
- "${WP_PORT}:443"
|
||||
volumes:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
restart: on-failure
|
||||
env_file: .env
|
||||
networks:
|
||||
- inception
|
||||
- local-wp
|
||||
volumes:
|
||||
- db_volume:${DB_VOLUME_DIR}
|
||||
build:
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
restart: on-failure
|
||||
env_file: .env
|
||||
networks:
|
||||
- inception
|
||||
- local-wp
|
||||
volumes:
|
||||
- wp_volume:${WP_VOLUME_DIR}
|
||||
- wp_plugins:${WP_VOLUME_PLUGINS}
|
||||
@@ -105,5 +105,5 @@ volumes:
|
||||
# device: ${HOST_VOLUME_ERROR_LOGS}
|
||||
|
||||
networks:
|
||||
inception:
|
||||
local-wp:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user