diff options
author | crupest <crupest@outlook.com> | 2022-11-24 19:35:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-24 19:35:55 +0800 |
commit | 13271421b6d01b8d544ad77743e6deaf2cd3ff4c (patch) | |
tree | d25031f7b0f33b16e5823100ba57bb961c0c87b3 | |
parent | 7194a5ff303f66619e200c90734f5bfcea3cf868 (diff) | |
download | crupest-13271421b6d01b8d544ad77743e6deaf2cd3ff4c.tar.gz crupest-13271421b6d01b8d544ad77743e6deaf2cd3ff4c.tar.bz2 crupest-13271421b6d01b8d544ad77743e6deaf2cd3ff4c.zip |
Fix syntax error in docker compose.
-rw-r--r-- | template/docker-compose.yaml.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 37af67b..97cd4a3 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -155,7 +155,7 @@ services: retries: 0 networks: - - halo-network - - timeline-network - - code-server-network - - auto-certbot-network + halo-network: + timeline-network: + code-server-network: + auto-certbot-network: |