Skip to content

Commit

Permalink
URBIBBNA-44
Browse files Browse the repository at this point in the history
Image :latest statt :main
  • Loading branch information
epam-vkerkhoff committed Jan 26, 2024
1 parent 0b942bd commit 5d65984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-flotte-gbfs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
publish-flotte-gbfs:
image: ghcr.io/bbnavi/publish-flotte-gbfs:main
image: ghcr.io/bbnavi/publish-flotte-gbfs:latest
environment:
- MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY:?missing env var MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=${MINIO_SECRET_KEY:?missing env var MINIO_SECRET_KEY}
Expand Down

0 comments on commit 5d65984

Please sign in to comment.