Skip to content

Ronaldschouw/nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Laatste nginx versie

### Bijzonderheden:

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
      - LETSENCRYPT_EMAIL=email@google.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published