Update docker-compose.yaml

pull/19468/head
Steve 1 year ago committed by GitHub
parent e8b1ce6fba
commit bafa29b01e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -721,7 +721,6 @@ services:
nginx:
image: nginx:latest
restart: always
volumes:
entrypoint: [ 'sh', '-c', "cp /docker-entrypoint-mount.sh /docker-entrypoint.sh && sed -i 's/\r$$//' /docker-entrypoint.sh && chmod +x /docker-entrypoint.sh && /docker-entrypoint.sh" ]
environment:
NGINX_SERVER_NAME: ${NGINX_SERVER_NAME:-_}

Loading…
Cancel
Save