1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 21:33:41 +00:00

map nginx logs volume

This commit is contained in:
Kyle Spearrin
2018-03-27 21:42:50 -04:00
parent d6e84a1212
commit 17b7905a41

View File

@@ -181,6 +181,7 @@ services:
- ../nginx:/etc/bitwarden/nginx
- ../letsencrypt:/etc/letsencrypt
- ../ssl:/etc/ssl
- ../core/logs/nginx:/var/log/nginx
env_file:
- ../env/uid.env");