mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-12 17:52: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
|
||||
ports:
|
||||
- "1965:1965"
|
||||
command: |
|
||||
--content content --certs certs --addr 0.0.0.0:1965 \
|
||||
--hostname gmi.runtimeterror.dev \
|
||||
--hostname capsule.jbowdre.lol \
|
||||
command: >
|
||||
--content content --certs certs --addr 0.0.0.0:1965
|
||||
--hostname gmi.runtimeterror.dev
|
||||
--hostname capsule.jbowdre.lol
|
||||
--lang en-US
|
||||
|
|
Loading…
Reference in a new issue