wip trying to create debug folder
This commit is contained in:
@@ -63,6 +63,7 @@ services:
|
||||
volumes:
|
||||
- wp_volume:${WP_VOLUME_DIR}
|
||||
- wp_plugins:${WP_VOLUME_PLUGINS}
|
||||
- error_logs:${ERRORS_LOGS_VOLUME}
|
||||
build:
|
||||
context: ./requirements/wordpress
|
||||
args:
|
||||
@@ -97,6 +98,12 @@ volumes:
|
||||
type: none
|
||||
o: "bind"
|
||||
device: ${HOST_VOLUME_PLUGINS}
|
||||
error_logs:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: "bind"
|
||||
device: ${HOST_VOLUME_ERROR_LOGS}
|
||||
|
||||
networks:
|
||||
inception:
|
||||
|
||||
Reference in New Issue
Block a user