mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Adds a docker run command equivalent to the compose file, splits container logs out to a separate LOG_PATH volume (they shouldn't be backed up with the rest of the data), and cleans up README wording. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
5 lines
130 B
Bash
5 lines
130 B
Bash
# Nginx Proxy Manager
|
|
VOL_PATH=/data
|
|
LOG_PATH=/var/log/containers/nginx-proxy-manager
|
|
PROXY_IMAGE=jc21/nginx-proxy-manager:2.15.0
|