Skip to content

Commit

Permalink
Configure Docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 30, 2024
1 parent 6106528 commit e5abf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/config/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default server definition
server {
listen [::]:8080 default_server;
listen 8080 default_server;
listen [::]:80 default_server;
listen 80 default_server;
server_name _;

sendfile off;
Expand Down

0 comments on commit e5abf4d

Please sign in to comment.