added stats
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 1m11s
Container Publish / build-image (arm64) (push) Successful in 43s
Container Publish / update docker manifest (push) Successful in 14s

This commit is contained in:
2025-07-30 13:04:14 +02:00
parent 04fda43862
commit f91afcfb4f
3 changed files with 35 additions and 5 deletions

View File

@@ -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