diff --git a/templates/invoice-ninja/0/docker-compose.yml b/templates/invoice-ninja/0/docker-compose.yml index eaa2bdf..114355a 100644 --- a/templates/invoice-ninja/0/docker-compose.yml +++ b/templates/invoice-ninja/0/docker-compose.yml @@ -43,8 +43,6 @@ services: source: ${VOLUME_WEB} target: /etc/nginx/nginx.conf read_only: true - volume: - nocopy: true volumes_from: - app environment: @@ -70,4 +68,5 @@ networks: ninja-net: volumes: ${VOLUME_WEB}: + nocopy: true volumes_driver: rancher-nfs \ No newline at end of file