Merge remote-tracking branch 'origin/master'
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s

This commit is contained in:
Lee 2024-07-27 20:26:43 +01:00
commit 8601915f76
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ services:
volumes:
- ./mongodb:/data/db
questdb:
image: questdb/questdb:8.0.3
image: questdb/questdb:8.1.0
ports:
- "8812:8812"
- "9000:9000"

@ -87,7 +87,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>8.0.3</version>
<version>8.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>