mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-14 10:22:18 +00:00
agate: fix multiline scalar
This commit is contained in:
parent
fde52ab553
commit
e57094b271
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ services:
|
||||||
- ./certs:/var/agate/certs
|
- ./certs:/var/agate/certs
|
||||||
ports:
|
ports:
|
||||||
- "1965:1965"
|
- "1965:1965"
|
||||||
command: |
|
command: >
|
||||||
--content content --certs certs --addr 0.0.0.0:1965 \
|
--content content --certs certs --addr 0.0.0.0:1965
|
||||||
--hostname gmi.runtimeterror.dev \
|
--hostname gmi.runtimeterror.dev
|
||||||
--hostname capsule.jbowdre.lol \
|
--hostname capsule.jbowdre.lol
|
||||||
--lang en-US
|
--lang en-US
|
||||||
|
|
Loading…
Reference in a new issue