fix #9: stats doesn't need a separate server
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 20s
Container Publish / build-image (arm64) (push) Successful in 19s
Container Publish / update docker manifest (push) Successful in 9s

This commit is contained in:
2025-07-31 16:16:02 +02:00
parent 9a838df27c
commit dfdea84bf7
3 changed files with 3 additions and 22 deletions

View File

@@ -12,7 +12,6 @@ services:
image: docker.asperti.com/paspo/webserver-nginx
ports:
- 8888:80 # web server
- 8889:8081 # stats page
- 8890:8080 # webdav access
- 2222:22 # sftp access
volumes:
@@ -21,7 +20,6 @@ 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