mirror of
https://github.com/Balshgit/pydio.git
synced 2025-09-11 19:50:40 +03:00
ports to caddy
This commit is contained in:
parent
bc784febbb
commit
58a8d886c6
@ -1,3 +1,3 @@
|
|||||||
bot.{$RU_DOMAIN} {
|
:8080 {
|
||||||
reverse_proxy cells1:8080
|
reverse_proxy cells1:8080
|
||||||
}
|
}
|
@ -169,7 +169,7 @@ services:
|
|||||||
# Caddy reverse proxy, exposed as self-signed on port 445
|
# Caddy reverse proxy, exposed as self-signed on port 445
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:2.6.4-alpine
|
image: caddy:2.6.4-alpine
|
||||||
ports: ["80:80", "443:443"]
|
ports: ["8080:8080"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf/Caddyfile:/etc/caddy/Caddyfile
|
- ./conf/Caddyfile:/etc/caddy/Caddyfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user