„proxy/docker-compose.yml“ hinzufügen

This commit is contained in:
Peter Reichart 2023-06-27 15:25:51 +00:00
parent e37f830e85
commit ab0c393ec3

13
proxy/docker-compose.yml Normal file
View 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