1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

docker as non-root

This commit is contained in:
Kyle Spearrin
2018-03-26 11:21:03 -04:00
parent d945431ac1
commit b8ed8853cd
12 changed files with 104 additions and 37 deletions

View File

@@ -165,8 +165,8 @@ services:
container_name: bitwarden-nginx
restart: always
ports:
- '{HttpPort}:80'
- '{HttpsPort}:443'
- '{HttpPort}:8080'
- '{HttpsPort}:8081'
volumes:
- ../nginx:/etc/bitwarden/nginx
- ../letsencrypt:/etc/letsencrypt