aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-29 13:01:03 +0800
committercrupest <crupest@outlook.com>2022-11-29 13:01:03 +0800
commitde64c8f99c15ea7a52975629a01bb0705927cb92 (patch)
tree158af4bd5ce2bfc272c9441050b494be3f7f980d /template/docker-compose.yaml.template
parentaf38b4d04edc3aba35af7f3fce03cbc6ab9ce62f (diff)
downloadcrupest-de64c8f99c15ea7a52975629a01bb0705927cb92.tar.gz
crupest-de64c8f99c15ea7a52975629a01bb0705927cb92.tar.bz2
crupest-de64c8f99c15ea7a52975629a01bb0705927cb92.zip
Try to fix code-server.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index a9d5a2b..8f7c621 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -15,11 +15,11 @@ services:
code-server:
pull_policy: build
build:
- context: ./docker/arch-code-server
+ context: ./docker/code-server
dockerfile: Dockerfile
pull: true
tags:
- - "crupest/arch-code-server:latest"
+ - "crupest/code-server:latest"
container_name: code-server
restart: on-failure:3
volumes: