add nginx.conf
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfiles/nginx/Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- db
|
||||
- etherpad
|
||||
|
||||
Reference in New Issue
Block a user