prevent plugin volume to have ownerships overwritten by docker
This commit is contained in:
@@ -24,6 +24,7 @@ services:
|
||||
- WP_URL=${WP_URL}
|
||||
- SERVER_MAX_UPLOAD_SIZE=${SERVER_MAX_UPLOAD_SIZE}
|
||||
- WP_VOLUME_DIR=${WP_VOLUME_DIR}
|
||||
- WP_VOLUME_PLUGINS=${WP_VOLUME_PLUGINS}
|
||||
- NG_CERTS_DIR=${NG_CERTS_DIR}
|
||||
image: nginx
|
||||
container_name: nginx_container
|
||||
@@ -64,6 +65,8 @@ services:
|
||||
build:
|
||||
context: ./requirements/wordpress
|
||||
args:
|
||||
- WP_VOLUME_DIR=${WP_VOLUME_DIR}
|
||||
- WP_VOLUME_PLUGINS=${WP_VOLUME_PLUGINS}
|
||||
- SERVER_MAX_UPLOAD_SIZE=${SERVER_MAX_UPLOAD_SIZE}
|
||||
- SERVER_EXECUTION_TIME=${SERVER_EXECUTION_TIME}
|
||||
image: wordpress
|
||||
|
||||
Reference in New Issue
Block a user