We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba0956 commit 267e99eCopy full SHA for 267e99e
compose.yml
@@ -9,7 +9,7 @@ services:
9
container_name: nginx-dev
10
image: nginx:latest
11
volumes:
12
- - ./naoman/default.conf:/etc/nginx/conf.d/default/conf
+ - ./naoman/default.conf:/etc/nginx/conf.d/default.conf
13
restart: always
14
ports:
15
- 80:80
@@ -19,7 +19,7 @@ services:
19
command: [
20
"/bin/sh",
21
"-c",
22
- "while :; do sleep 1m && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
+ "while :; do sleep 6h && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
23
]
24
25
redis:
0 commit comments