Skip to content

Commit 5c76862

Browse files
author
JEREMYANDRESS
committed
FIX : logs nginx
1 parent 9f605a1 commit 5c76862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
ports:
1414
- "$EX_PORT_NGINX:$PORT_NGINX"
1515
volumes:
16-
- ./log:/log
16+
- ./logs:/log
1717
- ./nginx/site.conf:/etc/nginx/conf.d/default.conf
1818
- /etc/localtime:/etc/localtime:ro
1919
links:

production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
ports:
1313
- "$EX_PORT_NGINX:$PORT_NGINX"
1414
volumes:
15-
- ./log:/log
15+
- ./logs:/log
1616
- ./nginx/site.conf:/etc/nginx/conf.d/default.conf
1717
- /etc/localtime:/etc/localtime:ro
1818
links:

0 commit comments

Comments
 (0)