mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Nginx Proxy Manager #319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p6002 on GitHub (May 29, 2023).
What do I need to check in NPM to be able to redirect a subdomain to a Plank container?
When I access the site, nothing shows up.
I have been using the docker-compose file from the github repo.
@jicho commented on GitHub (May 30, 2023):
I've added my (sub)domain to docker compose like this:
And in NPM I've added the URL with SSL like this:

Works great :)
@p6002 commented on GitHub (May 30, 2023):
Thanks, now works very well!