Skip to content

Commit

Permalink
Merge pull request #88 from timoa/develop
Browse files Browse the repository at this point in the history
Remove pinned Docker image on the Docker Compose
  • Loading branch information
timoa authored Apr 13, 2022
2 parents 417f16b + b9081b5 commit d2f9bb9
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 @@ -2,7 +2,7 @@ version: '3.3'

services:
api:
image: timoa/app-stores-prometheus-exporter:latest@sha256:385d7513c04ebb147de1ff1ea5676d79fd62efb46f0c2c358150ccdf10a076c4
image: timoa/app-stores-prometheus-exporter:latest
environment:
- NODE_ENV=production
volumes:
Expand Down

0 comments on commit d2f9bb9

Please sign in to comment.