added stats
All checks were successful
All checks were successful
This commit is contained in:
@@ -11,8 +11,10 @@ services:
|
||||
web:
|
||||
image: docker.asperti.com/paspo/webserver-nginx
|
||||
ports:
|
||||
- 8888:80
|
||||
- 2222:22
|
||||
- 8888:80 # web server
|
||||
- 8889:8081 # stats page
|
||||
- 8890:8080 # webdav access
|
||||
- 2222:22 # sftp access
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./ssh:/ssh # add authorized_keys file here
|
||||
@@ -21,6 +23,7 @@ services:
|
||||
environment:
|
||||
LOG_DAYS: 14 # default 7
|
||||
WEBDAV_PORT: 8080 # default: 8080
|
||||
STATS_PORT: 8081 # default: 8081
|
||||
PHP: php84 # none (default), php82, php83, php84
|
||||
POSTSIZE: 256M # default: 256M
|
||||
PUID: 1000 # default: 1000
|
||||
|
||||
Reference in New Issue
Block a user