Skip to content

Commit

Permalink
Merge pull request #248 from Amsterdam/feature/correct-port
Browse files Browse the repository at this point in the history
Correct port to 8080
  • Loading branch information
kramer65 authored Oct 23, 2023
2 parents 66df39b + be963d9 commit 3d9fb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 8000;
listen 8080;

server_name localhost;
access_log /dev/stdout;
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- TZ=Europe/Amsterdam
ipc: host
ports:
- "8000:8000"
- "8080:8080"

test:
build:
Expand Down

0 comments on commit 3d9fb00

Please sign in to comment.