diff options
-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" |