Skip to content

Commit

Permalink
fix: switch image name back to original value
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 22, 2023
1 parent 34cd5ce commit ae950ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ x-base-es-envs: &base-es-envs


x-api-common: &api-common
image: ghcr.io/openfoodfacts/search-a-licious/api:${TAG:-dev}
image: ghcr.io/openfoodfacts/search-a-licious/search_service_image:${TAG:-dev}
restart: ${RESTART_POLICY}
environment:
- ELASTICSEARCH_URL=http://es01:9200
Expand Down

0 comments on commit ae950ed

Please sign in to comment.