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 | e3d4552b6c664f61374f0b54e0a2a9f3a9d67929 (patch) | |
| tree | c16c9483ddef9fcbc0e986ed7ddd2a037ed7e62f | |
| parent | 74c76d19af9c59762f05c8f4f3ac04ed60e9445e (diff) | |
| download | crupest-e3d4552b6c664f61374f0b54e0a2a9f3a9d67929.tar.gz crupest-e3d4552b6c664f61374f0b54e0a2a9f3a9d67929.tar.bz2 crupest-e3d4552b6c664f61374f0b54e0a2a9f3a9d67929.zip  | |
Update docker-compose.yaml.template to make code-server always pull again.
| -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  | 
