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 | 144cde55180898cc3864c9c81becdfa7299a8785 (patch) | |
tree | d25031f7b0f33b16e5823100ba57bb961c0c87b3 /template | |
parent | 6b69760dd2a4883c348dd27e9751bc9446c9b441 (diff) | |
download | crupest-144cde55180898cc3864c9c81becdfa7299a8785.tar.gz crupest-144cde55180898cc3864c9c81becdfa7299a8785.tar.bz2 crupest-144cde55180898cc3864c9c81becdfa7299a8785.zip |
Fix syntax error in docker compose.
Diffstat (limited to 'template')
-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: |