Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Dec 6, 2023
1 parent 7789155 commit b2f8512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
networks:
- coolify
soketi:
image: 'quay.io/soketi/soketi:latest-16-alpine'
image: 'quay.io/soketi/soketi:1.6-16-alpine'
container_name: coolify-soketi
restart: always
networks:
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,
forceTLS: false,
encrypted: true,
disableStats: false,
enableStats: false,
enableLogging: true,
enabledTransports: ['ws', 'wss'],
});
Expand Down

0 comments on commit b2f8512

Please sign in to comment.