diff options
| author | crupest <crupest@outlook.com> | 2022-11-29 12:24:47 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-29 12:24:47 +0800 | 
| commit | 90df2d999c0fd3153ad697b1b49161106b007b43 (patch) | |
| tree | cc403ee5984c3387b4c5d5628f6cc631778213b0 /template/docker-compose.yaml.template | |
| parent | 9e3603bf1935e26d775487d84b7d48fdc995e345 (diff) | |
| download | crupest-90df2d999c0fd3153ad697b1b49161106b007b43.tar.gz crupest-90df2d999c0fd3153ad697b1b49161106b007b43.tar.bz2 crupest-90df2d999c0fd3153ad697b1b49161106b007b43.zip  | |
Move to alpine. Fix #6.
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 9c0c1a1..a9d5a2b 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -18,12 +18,6 @@ services:        context: ./docker/arch-code-server        dockerfile: Dockerfile        pull: true -      args: -        - CRUPEST_USER=$CRUPEST_USER -        - CRUPEST_GROUP=$CRUPEST_GROUP -        - CRUPEST_UID=$CRUPEST_UID -        - CRUPEST_GID=$CRUPEST_GID -        - USE_CHINA_MIRROR=$CRUPEST_IN_CHINA        tags:          - "crupest/arch-code-server:latest"      container_name: code-server  | 
