1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

port 5000

This commit is contained in:
Kyle Spearrin 2018-03-23 23:03:09 -04:00
parent 5c3eca264b
commit 73a4af3f17
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.5 FROM microsoft/aspnetcore:2.0.5
ENV ASPNETCORE_URLS http://+:5000
WORKDIR /app WORKDIR /app
EXPOSE 5000 EXPOSE 5000
COPY obj/Docker/publish . COPY obj/Docker/publish .

View File

@ -195,7 +195,7 @@ server {{
}} }}
location /admin/ {{ location /admin/ {{
proxy_pass http://admin:5000/ proxy_pass http://admin:5000/;
}} }}
}}"); }}");
} }