Skip to content

Commit

Permalink
Merge pull request #7 from jbowdre/compose
Browse files Browse the repository at this point in the history
Fix image pull reference in docker-compose.yaml
  • Loading branch information
HermanMartinus authored Dec 10, 2024
2 parents b775bcb + 7d5abc6 commit eb8b99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ For hosting with Docker Compose:
```yaml
services:
bearlytics:
image: ghcr.io/HermanMartinus/bearlytics:latest
image: ghcr.io/hermanmartinus/bearlytics:latest
ports:
- 8000:8000
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bearlytics:
image: ghcr.io/HermanMartinus/bearlytics:latest
image: ghcr.io/hermanmartinus/bearlytics:latest
ports:
- 8000:8000
volumes:
Expand Down

0 comments on commit eb8b99b

Please sign in to comment.