Skip to content

Commit

Permalink
Merge pull request #216 from TurtIeSocks/docker-doc-patch
Browse files Browse the repository at this point in the history
docs: Docker network spacing
  • Loading branch information
TurtIeSocks authored Dec 17, 2023
2 parents 0f93bbc + 36003b8 commit f11a5b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
# LOG_LEVEL: info

# Memory limit for docker container
# mem_limit: 2048G

This comment has been minimized.

Copy link
@matt-yml

matt-yml Dec 17, 2023

🤣

# mem_limit: 2048M
# Memory reservation for docker container
# mem_reservation: 256M
# CPU limit for docker container
Expand All @@ -42,11 +42,11 @@ 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'
#extra_hosts:
# - "host.docker.internal:host-gateway"

networks:
default:
name: scanner
10 changes: 5 additions & 5 deletions docs/pages/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
# LOG_LEVEL: info

# Memory limit for docker container
# mem_limit: 2048G
# mem_limit: 2048M
# Memory reservation for docker container
# mem_reservation: 256M
# CPU limit for docker container
Expand All @@ -53,14 +53,14 @@ 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'
#extra_hosts:
# - "host.docker.internal:host-gateway"

networks:
default:
name: scanner
```
## Docker Setup
Expand Down

1 comment on commit f11a5b6

@vercel
Copy link

@vercel vercel bot commented on f11a5b6 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

koji – ./

koji-turtiesocks.vercel.app
koji.vercel.app
koji-git-main-turtiesocks.vercel.app

Please sign in to comment.