Skip to content

Commit

Permalink
chore: restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored Feb 28, 2024
1 parent b649f12 commit 084fc44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: '3'
services:
facets-api:
image: ghcr.io/openfoodfacts/facets-knowledge-panels:${TAG:-dev}
# default to restart, use RESTART_POLICY=no in dev
restart: ${RESTART_POLICY:-always}
ports:
- "${API_EXPOSE}:80"
environment:
Expand Down

0 comments on commit 084fc44

Please sign in to comment.