We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d0721 commit 880947fCopy full SHA for 880947f
1 file changed
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
nginx:
4
- image: nginx
+ image: openresty/openresty
5
hostname: nginx
6
container_name: nginx
7
ports:
@@ -10,8 +10,9 @@ services:
10
- ./docker/nginx/nginx.env
11
- ./.env
12
volumes:
13
- - ./docker/nginx/etc/nginx.conf:/etc/nginx/nginx.conf
14
- - ./docker/nginx/etc/conf.d:/etc/nginx/conf.d
+ - ./docker/nginx/logs/:/usr/local/openresty/nginx/logs
+ - ./docker/nginx/etc/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf
15
+ - ./docker/nginx/etc/conf.d:/usr/local/openresty/nginx/conf/conf.d
16
depends_on:
17
- node
18
node:
0 commit comments