diff options
author | crupest <crupest@outlook.com> | 2022-12-01 20:16:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 20:16:33 +0800 |
commit | ab7df361608166110b468c57a6673e50f2d52a89 (patch) | |
tree | ff6f0c951a32d377a0472ef9c1897294a792d1d8 | |
parent | b8d13d45f3263c84716f870738ffb4d7e6c613bd (diff) | |
download | crupest-ab7df361608166110b468c57a6673e50f2d52a89.tar.gz crupest-ab7df361608166110b468c57a6673e50f2d52a89.tar.bz2 crupest-ab7df361608166110b468c57a6673e50f2d52a89.zip |
Update docker-compose.yaml.template to fix Nginx tag.
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index ac02d91..c5c83d3 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -47,7 +47,7 @@ services: dockerfile: Dockerfile pull: true tags: - - "crupest/arch-code-server:latest" + - "crupest/crupest-nginx:latest" container_name: nginx restart: on-failure:3 ports: |