mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-20 17:30:59 +00:00
fix: change tag of image to latest
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
langbot_plugin_runtime:
|
langbot_plugin_runtime:
|
||||||
image: rockchin/langbot:refactor-new-plugin-system
|
image: rockchin/langbot:latest
|
||||||
container_name: langbot_plugin_runtime
|
container_name: langbot_plugin_runtime
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/plugins:/app/data/plugins
|
- ./data/plugins:/app/data/plugins
|
||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
- langbot_network
|
- langbot_network
|
||||||
|
|
||||||
langbot:
|
langbot:
|
||||||
image: rockchin/langbot:refactor-new-plugin-system
|
image: rockchin/langbot:latest
|
||||||
container_name: langbot
|
container_name: langbot
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user