diff options
author | crupest <crupest@outlook.com> | 2022-11-28 20:56:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-28 21:21:00 +0800 |
commit | 73a7bfa1e488569f9457ee08183a56e9d6c620f5 (patch) | |
tree | c16c9483ddef9fcbc0e986ed7ddd2a037ed7e62f /template/docker-compose.yaml.template | |
parent | b7e188d40ee1ef6368ff1f215984d336ef43766b (diff) | |
download | crupest-73a7bfa1e488569f9457ee08183a56e9d6c620f5.tar.gz crupest-73a7bfa1e488569f9457ee08183a56e9d6c620f5.tar.bz2 crupest-73a7bfa1e488569f9457ee08183a56e9d6c620f5.zip |
Update docker-compose.yaml.template to make code-server always pull again.
Diffstat (limited to 'template/docker-compose.yaml.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 563a9cc..9c0c1a1 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -13,9 +13,11 @@ services: - timeline-network code-server: + pull_policy: build build: context: ./docker/arch-code-server dockerfile: Dockerfile + pull: true args: - CRUPEST_USER=$CRUPEST_USER - CRUPEST_GROUP=$CRUPEST_GROUP |