We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f605a1 commit 5c76862Copy full SHA for 5c76862
local.yml
@@ -13,7 +13,7 @@ services:
13
ports:
14
- "$EX_PORT_NGINX:$PORT_NGINX"
15
volumes:
16
- - ./log:/log
+ - ./logs:/log
17
- ./nginx/site.conf:/etc/nginx/conf.d/default.conf
18
- /etc/localtime:/etc/localtime:ro
19
links:
production.yml
@@ -12,7 +12,7 @@ services:
12
0 commit comments