2024 m. gegužės 21 d., antradienis

How to make nginx-proxy-manager private

This will show you how to setup ngin-proxy-manager so that it's not publicly available

Change docker compose:

      - '127.0.0.1:81:81' # Admin Web Port


sudo docker-compose up -d

 Connect with Visual Studio Code, 81 port will be automatically forwarder and be accessible.