1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/openhab/docker-compose.yml

8 lines
116 B
YAML
Raw Normal View History

2016-08-18 06:38:20 +00:00
openhab:
image: vimagick/openhab
ports:
- "8080:8080"
- "8443:8443"
- "5555:5555"
restart: always