Update Caddyfile and Docker configurations to change HTTP port from 80 to 8080

This commit is contained in:
Root User 2026-03-21 11:44:25 +01:00
parent fd1d9837ca
commit 7a48175a1c
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
}
}
:80 {
:8080 {
root * /var/www/html/public
encode gzip

View file

@ -96,7 +96,7 @@
"wavelog_pelican-logs:/var/www/html/storage/logs:rw"
];
ports = [
"8070:80/tcp"
"8070:8080/tcp"
];
log-driver = "journald";
extraOptions = [

View file

@ -96,7 +96,7 @@ services:
networks:
- pelican
ports:
- "8070:80"
- "8070:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: