initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- shared
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
- '81:81'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./certs:/etc/letsencrypt
|
||||
|
||||
networks:
|
||||
shared:
|
||||
name: shared
|
||||
Reference in New Issue
Block a user