We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c686744 commit 11096dcCopy full SHA for 11096dc
README.md
@@ -43,7 +43,7 @@ docker-compose exec ponylib ponylib --help
43
### Requirements
44
45
* PostgreSQL 12+
46
-* Go 1.16+
+* Go 1.17+
47
48
### Init DB
49
docs/docker-compose/docker-compose.yml
@@ -4,7 +4,7 @@
4
version: "3.5"
5
services:
6
ponylib:
7
- image: ghcr.io/maizy/ponylib:v2.0.0
+ image: ghcr.io/maizy/ponylib:v2.0.1
8
container_name: ponylib
9
command: ["web-ui"]
10
ports:
0 commit comments