From 0686b470764444b6f155dbf23eec83639fd478b1 Mon Sep 17 00:00:00 2001 From: RyuuPendragon Date: Sat, 28 Jun 2025 22:09:53 +0530 Subject: [PATCH] Add adminer --- adminer/compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 adminer/compose.yaml diff --git a/adminer/compose.yaml b/adminer/compose.yaml new file mode 100644 index 0000000..1119d84 --- /dev/null +++ b/adminer/compose.yaml @@ -0,0 +1,7 @@ +services: + adminer: + image: adminer:5.2.1 + container_name: adminer + ports: + - ${PORT}:8080 + restart: unless-stopped