Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Aug 16, 2024
1 parent 10132f0 commit 21c53ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:
ports:
- "5433:5432"
app:
## Uncomment below to use remote image
# image: ghcr.io/posthog/whereintheworld
## or below to use local image
build: .
volumes:
- .:/home/whereintheworld/code
Expand Down

0 comments on commit 21c53ce

Please sign in to comment.