Skip to content

Commit

Permalink
Move image name back into the docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
M-arcus committed Nov 21, 2024
1 parent d4b8464 commit dae0dfc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions adminer/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions docker-compose.adminer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
services:
adminer:
container_name: ddev-${DDEV_SITENAME}-adminer
build:
context: './adminer'
image: shyim/adminerevo:latest
environment:
# Use the line below to change the adminer theme.
# - ADMINER_DESIGN=nette
Expand Down
1 change: 0 additions & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: adminer
project_files:
- docker-compose.adminer.yaml
- docker-compose.adminer_norouter.yaml
- adminer
- commands/host/adminer

pre_install_actions:
Expand Down

0 comments on commit dae0dfc

Please sign in to comment.