TZ=Europe/Amsterdam
Voor gebruik met een proxy en letsencrypt
docker-compose.yaml
service:
nginx:
image: ronaldschouw:nginx
container_name: nginx
expose:
- 443
volumes:
- ./html:/html:cached
- ./nginx/app.conf:/etc/nginx/conf.d/default.conf:cached
restart: always
environment:
- VIRTUAL_HOST=host
- LETSENCRYPT_HOST=host
- [email protected]
Content type
Image
Digest
sha256:3ea0b1e72…
Size
37.5 MB
Last updated
4 months ago
docker pull ronaldschouw/nginx