fix: removed env_file from compose so portainer UI variables work
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s
This commit is contained in:
@@ -11,8 +11,6 @@ services:
|
|||||||
# Maps port 3030 on your host to 3000 inside the container.
|
# Maps port 3030 on your host to 3000 inside the container.
|
||||||
# Nginx Proxy Manager will point to YOUR_SERVER_IP:3030
|
# Nginx Proxy Manager will point to YOUR_SERVER_IP:3030
|
||||||
- "3030:3000"
|
- "3030:3000"
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
# Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here:
|
# Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here:
|
||||||
# networks:
|
# networks:
|
||||||
# - nginx-proxy-manager-network
|
# - nginx-proxy-manager-network
|
||||||
|
|||||||
Reference in New Issue
Block a user