-
-
Notifications
You must be signed in to change notification settings - Fork 863
Description
Hi,
I noticed a minor discrepancy in the Nginx Proxy Manager setup documentation regarding the Docker mount path.
Specifically, the documentation states to mount the script to /etc/cont-init.d/98-themepark, but the provided docker-compose example shows /etc/cont-init.d/99-themepark.
Quote from Documentation:
Download the script from the theme.park repo
docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themeparkand save it on your host.Mount the file to
/etc/cont-init.d/**98**-themeparklike so:
docker-compose Example (Inconsistent Part):
volumes:
- /your/save/path/98-themepark-npm:/etc/cont-init.d/**99**-themeparkI followed the documentation's description (using 98-themepark), and it worked as expected:
/path/to/98-themepark:/etc/cont-init.d/98-themepark
It seems like the docker-compose example might have a typo.
Thank you for providing a theme that does not flashbang me everytime I need to setup a new host!