name: nginx-proxy services: nginx-proxy: image: nginx container_name: nginx-proxy ports: - 80:80 - 443:443 volumes: - /opt/docker-ssl-proxy:/etc/nginx/conf.d restart: unless-stopped extra_hosts: host.docker.internal: host-gateway environment: - TZ=Europe/London