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

This commit is contained in:
2024-05-29 16:56:10 +08:00
parent 9f62b79b6f
commit a29da08055
+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