mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Mount /var/lib/dbus/machine-id from /etc/machine-id
Fixes https://github.com/zokradonh/kopano-docker/issues/371 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -415,7 +415,7 @@ test-startup-meet-demo: ## Test if the Meet demo setup starts up
|
||||
|
||||
.PHONY: test-startup-individual
|
||||
test-startup-individual:
|
||||
docker run -it --rm -e DEBUG=true -v /etc/machine-id:/etc/machine-id -v /var/lib/dbus/machine-id:/var/lib/dbus/machine-id kopano/kopano_konnect
|
||||
docker run -it --rm -e DEBUG=true -v /etc/machine-id:/etc/machine-id -v /etc/machine-id:/var/lib/dbus/machine-id kopano/kopano_konnect
|
||||
|
||||
# TODO this needs goss added to travis and dcgoss pulled from my own git repo
|
||||
.PHONY: test-goss
|
||||
|
||||
Reference in New Issue
Block a user