mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-12-11 22:20:10 -05:00
fix dev port
This commit is contained in:
parent
612541e700
commit
ea5dea1891
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
pocketbase:
|
pocketbase:
|
||||||
labels:
|
labels:
|
||||||
caddy: "pocketbase.localhost"
|
caddy: "pocketbase.localhost"
|
||||||
caddy.reverse_proxy: "{{upstreams 8090}}"
|
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||||
volumes:
|
volumes:
|
||||||
- ./pocketbase/data:/pb_data
|
- ./pocketbase/data:/pb_data
|
||||||
- ./pocketbase/public:/pb_public
|
- ./pocketbase/public:/pb_public
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue