From d202060c446eecf7a6b559b7b8d87326617e8518 Mon Sep 17 00:00:00 2001 From: Simon Ziegler Date: Tue, 4 Feb 2025 22:23:35 +0100 Subject: [PATCH] removed exposing ports from compose.yaml --- compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8f18245..3dee4c6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,8 +2,6 @@ services: app: image: z1glr/golunteer:latest build: . - ports: - - 80:80 volumes: - database:/usr/bin/app/data - logs:/usr/bin/app/logs @@ -21,4 +19,5 @@ volumes: driver_opts: type: none device: "./logs" - o: bind \ No newline at end of file + o: bind +