mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 11:54:03 +00:00
13 lines
255 B
YAML
13 lines
255 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
nginx-proxy-manager:
|
||
|
image: 'jc21/nginx-proxy-manager:latest'
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- '80:80'
|
||
|
- '81:81'
|
||
|
- '443:443'
|
||
|
volumes:
|
||
|
- ./data:/data
|
||
|
- ./letsencrypt:/etc/letsencrypt
|