Can I expose docker web directory to host? #2281
Unanswered
bullXcd
asked this question in
Self-Hosted Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have installed plausible on server with webiinoly nginx site manager.
Plausible is installed on port 8000 so I configured it as reverse proxy site in Webinoly.
Now I need to install SSL (letsencrypt) for this site. To do this with Webinoly, I need to provide path for web directory
sudo site example.com -ssl=on -root-path=/opt/myapp/webBut in default docker-compose.yml there is no exposed volume with app.
Is it possible to add some volume config to expose app directory on host?
Beta Was this translation helpful? Give feedback.
All reactions