Skip to content

Commit

Permalink
restore exposed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
siegrainwong committed Aug 1, 2019
1 parent 79491b3 commit 37419fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Ancorazor.API/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
app.UseCors();
ConfigureAuthentication(app);
ConfigureEntityFramework(app, env);
//app.UseHttpsRedirection();
app.UseHttpsRedirection();
ConfigureMvc(app);
ConfigureSpa(app, env);
}
Expand Down
4 changes: 0 additions & 4 deletions build/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
version: '3.3'
services:
mssql:
ports:
- 1433:1433
environment:
SA_PASSWORD: #{MSSQL_SA_PASSWORD}#
#skywalking-ui:
Expand All @@ -35,8 +33,6 @@ services:
# # not work
# - ./skywalking-ui-config/webapp.prod.yml:/apache-skywalking-apm-bin/webapp/webapp.yml:ro
ancorazor:
ports:
- 8088:8088
image: siegrainwong/ancorazor:#{Build.BuildNumber}#
environment:
VIRTUAL_HOST: siegrain.wang
Expand Down

0 comments on commit 37419fa

Please sign in to comment.