Skip to content

Commit e91939a

Browse files
committed
refactor: Remove unnecessary watch command from soketi service entrypoint
1 parent ceccd09 commit e91939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
SOKETI_DEFAULT_APP_ID: "${PUSHER_APP_ID:-coolify}"
5959
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY:-coolify}"
6060
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET:-coolify}"
61-
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh", "watch"]
61+
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh"]
6262
vite:
6363
image: node:20
6464
pull_policy: always

0 commit comments

Comments
 (0)