Skip to content

Commit

Permalink
fix: Add docker network by default
Browse files Browse the repository at this point in the history
This should be a straight win for _most_ users
  • Loading branch information
clburlison committed Nov 17, 2023
1 parent f39f91a commit 90f083f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ services:
ports:
- "8080:8080" # change left one for external port

networks:
default:
name: scanner

# If you want to use a non docker database enable following lines and
# change the Database URL to 'host.docker.internal'
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ services:
ports:
- '8080:8080' # change left one for external port

networks:
default:
name: scanner

# If you want to use a non docker database enable following lines and
# change the Database URL to 'host.docker.internal'
Expand Down

0 comments on commit 90f083f

Please sign in to comment.