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

This commit is contained in:
2024-05-29 19:12:06 +08:00
parent e0269dc14b
commit c17d692c8a
+1 -1
View File
@@ -6,7 +6,7 @@ volumes:
services:
api_server:
image: furyhawk/listen:v0.1.8
image: furyhawk/listen:latest
restart: always
depends_on:
- postgres