From bb136c38162b5708cf4ff91638a90588bc1b26db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Thu, 9 Apr 2026 10:45:24 -0300 Subject: [PATCH] fix: removed env_file from compose so portainer UI variables work --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5fe362e..5706b80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,8 +11,6 @@ services: # Maps port 3030 on your host to 3000 inside the container. # Nginx Proxy Manager will point to YOUR_SERVER_IP:3030 - "3030:3000" - env_file: - - .env # Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here: # networks: # - nginx-proxy-manager-network