This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
version: '3'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
build:
|
||||
context: ./docker
|
||||
pull_policy: build
|
||||
image: homesrv/nginx:latest
|
||||
volumes:
|
||||
- ./volumes/nginx_conf:/etc/nginx/conf.d
|
||||
- etc_ssl:/etc/ssl
|
||||
ports:
|
||||
- 443:443
|
||||
|
||||
Reference in New Issue
Block a user