This commit is contained in:
parent
efde4d8640
commit
ad504a8c4f
@ -19,8 +19,11 @@ services:
|
|||||||
- ./www:/data/www
|
- ./www:/data/www
|
||||||
- ./ssh:/ssh # add authorized_keys file here
|
- ./ssh:/ssh # add authorized_keys file here
|
||||||
- ./extra_nginx.conf:/etc/nginx/custom.d/extra.conf # optional
|
- ./extra_nginx.conf:/etc/nginx/custom.d/extra.conf # optional
|
||||||
|
- ./htpasswd:/app/htpasswd # optional, for webdav auth
|
||||||
environment:
|
environment:
|
||||||
|
WEBDAV_PORT: 8080 # default: 8080
|
||||||
PHP: php84 # none (default), php82, php83, php84
|
PHP: php84 # none (default), php82, php83, php84
|
||||||
|
POSTSIZE: 256M # default: 256M
|
||||||
PUID: 1000 # default: 1000
|
PUID: 1000 # default: 1000
|
||||||
PGID: 1000 # default: 1000
|
PGID: 1000 # default: 1000
|
||||||
TZ: Etc/UTC # default: Etc/UTC
|
TZ: Etc/UTC # default: Etc/UTC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user