Skip to content

Commit

Permalink
restart: unless-stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Jan 6, 2025
1 parent 2272c3e commit b04e8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:

app:
image: ghcr.io/{{ template.git.package.image_name }}:{{ template.git.package.tag }}
restart: unless-stopped
ports:
- "{{ template.env.host_app_port }}:8000"
environment:
Expand Down

0 comments on commit b04e8c2

Please sign in to comment.