Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rarely used Adminer from docker-compose #1058

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ services:
image: redis:7.0-rc2-alpine3.15
command: --maxmemory 200mb --maxmemory-policy allkeys-lru --maxmemory-clients 10%

adminer:
image: adminer:4.7.5
ports:
- "127.0.0.1:8080:8080"

rabbitmq:
image: rabbitmq:3.8.14-alpine@sha256:11d8cd02ac340e99de628053f76bb1182ce3df3b41d3e8f399377276ba489409
hostname: rabbitmq
Expand Down
Loading