Skip to content

Commit

Permalink
correcting image url
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed May 2, 2024
1 parent 86b3bc4 commit 31f011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/docker-compose.yml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/{{ template.git.package.image_name }}/{{ template.git.package.tag }}
image: ghcr.io/{{ template.git.package.image_name }}:{{ template.git.package.tag }}
container_name: {{ template.name }}_app
restart: always
environment:
Expand Down

0 comments on commit 31f011f

Please sign in to comment.