Skip to content

Commit

Permalink
Update adminer to latest adminerevo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Dec 13, 2024
1 parent 2ee5067 commit 8c4b980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DOCKER_BUILD_CONTEXT_DIR=./

# =============================================================

ADMINER_IMAGE_TAG=4.8.1
ADMINER_IMAGE_TAG=4.8.4
CASSANDRA_IMAGE_TAG=4.1.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2
FLUENTD_IMAGE_TAG=v1.14-debian-1
Expand Down
2 changes: 1 addition & 1 deletion adminer/compose.adminer.example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
adminer:
image: 'adminer:${ADMINER_IMAGE_TAG:-4.8.1}'
image: 'ghcr.io/shyim/adminerevo:${ADMINER_IMAGE_TAG:-4.8.4}'
env_file:
- .env
deploy:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.adminer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

adminer:
image: 'adminer:${ADMINER_IMAGE_TAG}'
image: 'ghcr.io/shyim/adminerevo:${ADMINER_IMAGE_TAG:-4.8.4}'
env_file:
- .envs/adminer.env
networks:
Expand Down

0 comments on commit 8c4b980

Please sign in to comment.