„proxy/docker-compose.yml“ hinzufügen
This commit is contained in:
parent
e37f830e85
commit
ab0c393ec3
13
proxy/docker-compose.yml
Normal file
13
proxy/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
# network_mode: "host"
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '80:80'
|
||||
- '81:81'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
Loading…
x
Reference in New Issue
Block a user