mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-11 18:32:17 +02:00
15 lines
339 B
YAML
15 lines
339 B
YAML
version: "3"
|
|
services:
|
|
##### IOBROKER #####
|
|
iobrokertest:
|
|
container_name: iobrokertest
|
|
image: buanet/iobroker:testing
|
|
hostname: iobrokertest
|
|
restart: always
|
|
ports:
|
|
- 8081:8081
|
|
environment:
|
|
- PACKAGES=nano
|
|
- DEBUG=true
|
|
volumes:
|
|
- /home/andre/tmp/docker/iobrokertest_data:/opt/iobroker |