forked from github.com/plausible-hosting
Remove redundant port configuration in caddy-gen file
This commit is contained in:
parent
ffccee3219
commit
8a88026ca8
@ -14,8 +14,6 @@ services:
|
|||||||
- plausible
|
- plausible
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
labels:
|
labels:
|
||||||
virtual.host: "example.com" # change to your domain name
|
virtual.host: "example.com" # change to your domain name
|
||||||
virtual.alias: "www.example.com" # change to any aliases you use (or remove)
|
virtual.alias: "www.example.com" # change to any aliases you use (or remove)
|
||||||
@ -25,4 +23,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
caddy-certificates:
|
caddy-certificates:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
Loading…
Reference in New Issue
Block a user