Update docker-compose.yml
This commit is contained in:
parent
1736784b7b
commit
4fbe85d576
@ -1,2 +1,11 @@
|
|||||||
# test-repo
|
services:
|
||||||
|
app:
|
||||||
|
image: 'jc21/nginx-proxy-manager:latest'
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- '80:80'
|
||||||
|
- '81:81'
|
||||||
|
- '443:443'
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user