11 lines
No EOL
276 B
YAML
11 lines
No EOL
276 B
YAML
services:
|
|
nginx:
|
|
container_name: nginx.bvandevliet
|
|
image: nginx:stable-alpine
|
|
volumes:
|
|
- ./.volumes/nginx/conf/conf.d:/etc/nginx/conf.d:ro
|
|
- ./public:/usr/share/nginx/public:ro
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- TZ=Europe/Amsterdam |