Skip to content

Commit

Permalink
fix: try and force bind to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgstaller committed Apr 23, 2024
1 parent f432575 commit 5038fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
{$CADDY_GLOBAL_OPTIONS}
{$CADDY_GLOBAL_OPTIONS}
{$CADDY_GLOBAL_OPTIONS2}

debug
Expand All @@ -18,7 +18,7 @@

{$CADDY_EXTRA_CONFIG}

http://localhost:{$PORT:80} {
http://0.0.0.0:{$PORT:80} {
bind 0.0.0.0

#log {
Expand Down

0 comments on commit 5038fdd

Please sign in to comment.