mirror of
https://github.com/Balshgit/pydio.git
synced 2025-09-11 19:50:40 +03:00
change port to 8080
This commit is contained in:
parent
491ccd1cac
commit
ff38d8ac77
@ -1,5 +1,5 @@
|
||||
{
|
||||
https_port 8085
|
||||
https_port 8080
|
||||
skip_install_trust
|
||||
local_certs
|
||||
}
|
||||
|
@ -173,7 +173,7 @@ services:
|
||||
# Caddy reverse proxy, exposed as self-signed on port 445
|
||||
caddy:
|
||||
image: caddy:2.6.4-alpine
|
||||
ports: ["8085:8085"]
|
||||
ports: ["8080:8080"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./conf/Caddyfile:/etc/caddy/Caddyfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user