Refactor docker-compose.yml to update API server image to furyhawk/listen:v0.1.8

This commit is contained in:
2024-05-29 17:07:32 +08:00
parent afcfc90cac
commit cf899cd7fd
+1 -1
View File
@@ -6,7 +6,7 @@ volumes:
services:
api_server:
image: furyhawk/listen:latest
image: furyhawk/listen:v0.1.8
restart: always
depends_on:
- postgres