diff --git a/compose.yml b/compose.yml index be95d7c..7a453c6 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghcr.io/yoloyash/overtchat-app:${APP_VERSION:-0.13.3} + image: ghcr.io/yoloyash/overtchat-app:${APP_VERSION:-0.13.4} build: . container_name: overtchat-app restart: unless-stopped