mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
chore: remove platform field from docker-compose.yaml
This commit is contained in:
@@ -7,7 +7,6 @@ services:
|
|||||||
langbot_plugin_runtime:
|
langbot_plugin_runtime:
|
||||||
image: rockchin/langbot:latest
|
image: rockchin/langbot:latest
|
||||||
container_name: langbot_plugin_runtime
|
container_name: langbot_plugin_runtime
|
||||||
platform: linux/amd64 # For Apple Silicon compatibility
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/plugins:/app/data/plugins
|
- ./data/plugins:/app/data/plugins
|
||||||
ports:
|
ports:
|
||||||
@@ -22,7 +21,6 @@ services:
|
|||||||
langbot:
|
langbot:
|
||||||
image: rockchin/langbot:latest
|
image: rockchin/langbot:latest
|
||||||
container_name: langbot
|
container_name: langbot
|
||||||
platform: linux/amd64 # For Apple Silicon compatibility
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user