From 7a4b9f7f0325b4c9539ff66cc479f5ed87ec9b13 Mon Sep 17 00:00:00 2001 From: Gal Date: Sat, 4 Jan 2025 16:53:23 +0100 Subject: [PATCH] Add port and label --- tandoor/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor/docker-compose.yml b/tandoor/docker-compose.yml index 9ed0dbf..760277f 100644 --- a/tandoor/docker-compose.yml +++ b/tandoor/docker-compose.yml @@ -28,7 +28,7 @@ services: image: nginx:mainline-alpine restart: always ports: - - "9091:80" + - "9095:80" env_file: - ./.env volumes: