aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 20:56:19 +0800
committercrupest <crupest@outlook.com>2022-11-28 21:21:00 +0800
commit73a7bfa1e488569f9457ee08183a56e9d6c620f5 (patch)
treec16c9483ddef9fcbc0e986ed7ddd2a037ed7e62f /template/docker-compose.yaml.template
parentb7e188d40ee1ef6368ff1f215984d336ef43766b (diff)
downloadcrupest-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.template2
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