diff options
author | crupest <crupest@outlook.com> | 2022-11-27 16:40:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 16:40:17 +0800 |
commit | 443755456befad9116d1d584cbabf5ef4542b6a7 (patch) | |
tree | c6ea4773cd73756f51617f0ec122a1b78dee2b0c | |
parent | 066fe4eef199207cb743cb9312fac796d43707cc (diff) | |
download | crupest-443755456befad9116d1d584cbabf5ef4542b6a7.tar.gz crupest-443755456befad9116d1d584cbabf5ef4542b6a7.tar.bz2 crupest-443755456befad9116d1d584cbabf5ef4542b6a7.zip |
Add tag for crupest-api.
-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 e8dadcc..4f82594 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -85,6 +85,8 @@ services: context: ./docker/crupest-api dockerfile: Dockerfile pull: true + tags: + - "crupest/crupest-api:latest" container_name: crupest-api volumes: - "./crupest-api-config.json:/config.json:ro" |