diff options
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 |