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 | 1874c4f86f5db65fefef18ab8a7df8f12696753b (patch) | |
| tree | c6ea4773cd73756f51617f0ec122a1b78dee2b0c | |
| parent | 4802c125b9895925393c2376ef0f5dbda135a528 (diff) | |
| download | crupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.tar.gz crupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.tar.bz2 crupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.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"  | 
