diff options
author | crupest <crupest@outlook.com> | 2022-11-27 10:44:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 10:44:37 +0800 |
commit | 7e82ff4b8b6fb665b43b05135ba0ea6a2f6adcb5 (patch) | |
tree | 97c0b7b223309a6b0fb77e868229d41f0777abc4 /template | |
parent | 4c4172741598ae2fb7fa2bf29e8107df45dfdafc (diff) | |
download | crupest-7e82ff4b8b6fb665b43b05135ba0ea6a2f6adcb5.tar.gz crupest-7e82ff4b8b6fb665b43b05135ba0ea6a2f6adcb5.tar.bz2 crupest-7e82ff4b8b6fb665b43b05135ba0ea6a2f6adcb5.zip |
Add depends_on for auto-certbot.
Diffstat (limited to 'template')
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index c372ba4..e8dadcc 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -93,6 +93,8 @@ services: auto-certbot: pull_policy: build + depends_on: + - nginx build: context: ./docker/auto-certbot dockerfile: Dockerfile |