From 1874c4f86f5db65fefef18ab8a7df8f12696753b Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 27 Nov 2022 16:40:17 +0800 Subject: Add tag for crupest-api. --- template/docker-compose.yaml.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/docker-compose.yaml.template') 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" -- cgit v1.2.3