Adam Shephard-Price
Results
1
issues of
Adam Shephard-Price
So I have the following compose.yaml ```yaml services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: nginx_proxy_manager_app restart: unless-stopped labels: nautical-backup.enable: true nautical-backup.group: npm ports: - '80:80' # HTTP - '81:81' # Admin UI...