Add docker mod to scale worker processes to a sane value
This commit is contained in:
parent
07b0650618
commit
4e7c5ffd67
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ services:
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
- PGID={{ docker_user.id }}
|
- PGID={{ docker_user.id }}
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
- DOCKER_MODS=theorangeone/docker-mod-nginx-auto:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./apps:/config/www/nextcloud/apps
|
- ./apps:/config/www/nextcloud/apps
|
||||||
- ./config.php:/config/www/nextcloud/config/config.php
|
- ./config.php:/config/www/nextcloud/config/config.php
|
||||||
|
|
Loading…
Reference in a new issue