Skip to content

Commit

Permalink
Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Jul 23, 2024
1 parent af9f9f2 commit 1e7f78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update \
&& apt-get install -y ca-certificates tzdata sqlite3 libc6 \
&& rm -rf /var/lib/apt/lists/*

EXPOSE 8080
EXPOSE 7777

ENV TZ=Etc/UTC \
APP_USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ description = "Paris 2024 Olympics Nostr Relay"
address = "0.0.0.0"

# Listen on this port
port = 8080
port = 7777

# If present, read this HTTP header for logging client IP addresses.
# Examples for common proxies, cloudflare:
Expand Down

0 comments on commit 1e7f78e

Please sign in to comment.