Add my homelab setup, converted to docker compose files
This commit is contained in:
12
nginxpm/docker-compose.yml
Executable file
12
nginxpm/docker-compose.yml
Executable file
@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
nginxpm:
|
||||
container_name: nginx-proxy-manager
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DISABLE_IPV6: 'true'
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /docker/appdata/nginxpm/data:/data
|
||||
- /docker/appdata/nginxpm/letsencrypt:/etc/letsencrypt
|
Reference in New Issue
Block a user