changed name of docker network from inception to local-wp

This commit is contained in:
asus
2024-03-12 19:53:36 +01:00
parent 3181248be9
commit 3c0a32e6ac
2 changed files with 14 additions and 4 deletions

View File

@@ -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: