version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: nginx-proxy-manager ports: - '80:80' - '81:81' - '443:443'