mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Update Caddyfile and Docker configurations to change HTTP port from 80 to 8080
This commit is contained in:
parent
fd1d9837ca
commit
7a48175a1c
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:80 {
|
:8080 {
|
||||||
root * /var/www/html/public
|
root * /var/www/html/public
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
"wavelog_pelican-logs:/var/www/html/storage/logs:rw"
|
"wavelog_pelican-logs:/var/www/html/storage/logs:rw"
|
||||||
];
|
];
|
||||||
ports = [
|
ports = [
|
||||||
"8070:80/tcp"
|
"8070:8080/tcp"
|
||||||
];
|
];
|
||||||
log-driver = "journald";
|
log-driver = "journald";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- pelican
|
- pelican
|
||||||
ports:
|
ports:
|
||||||
- "8070:80"
|
- "8070:8080"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue