64922f2dc2
commit messages by http://whatthecommit.com
11 lines
190 B
YAML
11 lines
190 B
YAML
services:
|
|
cookies:
|
|
image: nginx:alpine
|
|
volumes:
|
|
- ./conf.d/:/etc/nginx/conf.d:ro,z
|
|
- ./tls:/etc/nginx/tls:ro,z
|
|
- ./www:/srv/www:ro,z
|
|
ports:
|
|
- 8443:443
|
|
|