mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
port 5000
This commit is contained in:
parent
5c3eca264b
commit
73a4af3f17
@ -1,5 +1,7 @@
|
||||
FROM microsoft/aspnetcore:2.0.5
|
||||
|
||||
ENV ASPNETCORE_URLS http://+:5000
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 5000
|
||||
COPY obj/Docker/publish .
|
||||
|
@ -195,7 +195,7 @@ server {{
|
||||
}}
|
||||
|
||||
location /admin/ {{
|
||||
proxy_pass http://admin:5000/
|
||||
proxy_pass http://admin:5000/;
|
||||
}}
|
||||
}}");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user