Compare commits
1 commit
722dfe5943
...
e7161ab87f
Author | SHA1 | Date | |
---|---|---|---|
e7161ab87f |
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ services:
|
|||
- host.docker.internal:host-gateway
|
||||
|
||||
mindsdb:
|
||||
image: docker.mafyuh.xyz/mindsdb/mindsdb:v24.6.3.1
|
||||
image: docker.mafyuh.xyz/mindsdb/mindsdb:v24.6.3.0
|
||||
container_name: mindsdb
|
||||
ports:
|
||||
- 47334:47334
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
bazarr:
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:6fb83511c0dca70a400fde79cb45ed59c4f66ea30dcba8c6f9274f01d77e5aef
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:d2ec8002f118b22f03ed314cf866a196464ad4977142457c9401b542cf192bd7
|
||||
container_name: bazarr
|
||||
ports:
|
||||
- "6767:6767"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
services:
|
||||
cf-tunnel:
|
||||
restart: unless-stopped
|
||||
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
|
||||
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:3daf642dd14e67c8ba51063aa0abd76fe165ff4fdf0669e37ae356008fccfb74
|
||||
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
||||
|
|
Reference in a new issue