1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01: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 - ../nginx:/etc/bitwarden/nginx
- ../letsencrypt:/etc/letsencrypt - ../letsencrypt:/etc/letsencrypt
- ../ssl:/etc/ssl - ../ssl:/etc/ssl
- ../core/logs/nginx:/var/log/nginx
env_file: env_file:
- ../env/uid.env"); - ../env/uid.env");