mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
update image test
This commit is contained in:
2
.github/workflows/testing-docker-image.yml
vendored
2
.github/workflows/testing-docker-image.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
- name: Testing with docker run
|
||||
run: |
|
||||
echo "[LOG] Starting ioBroker Container..."
|
||||
docker run -d -p 8081:8081 --name iobroker -v iobrokerdata:/opt/iobroker buanet/iobroker:latest
|
||||
docker run -d --name iobroker buanet/iobroker:latest
|
||||
echo "[LOG] Done."
|
||||
echo ' '
|
||||
echo "[LOG] Waiting for Startup Script..."
|
||||
|
||||
Reference in New Issue
Block a user