Skip to content

Commit

Permalink
docs: debug logging docker compose (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Feb 1, 2024
1 parent 0fb72f7 commit 67270e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/self-hosting/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
ATUIN_HOST: "0.0.0.0"
ATUIN_OPEN_REGISTRATION: "true"
ATUIN_DB_URI: postgres://$ATUIN_DB_USERNAME:$ATUIN_DB_PASSWORD@db/atuin
RUST_LOG=info,atuin_server=debug
postgresql:
image: postgres:14
restart: unless-stopped
Expand Down

0 comments on commit 67270e1

Please sign in to comment.