From 7615591810955b55d412daef312bc75a130d0e4e Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Sat, 8 Feb 2025 18:13:44 +0100 Subject: [PATCH] changed volume for pgadmin --- it-tools/compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 it-tools/compose.yml diff --git a/it-tools/compose.yml b/it-tools/compose.yml new file mode 100644 index 0000000..3b17aab --- /dev/null +++ b/it-tools/compose.yml @@ -0,0 +1,7 @@ +services: + it-tools: + image: 'corentinth/it-tools:latest' + ports: + - '8182:80' # change if needed + restart: unless-stopped + container_name: it-tools \ No newline at end of file