mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 13:55:21 +01:00
18 lines
292 B
YAML
18 lines
292 B
YAML
version: '2'
|
|
|
|
services:
|
|
idrac1:
|
|
image: domistyle/idrac6
|
|
build:
|
|
context: ./
|
|
restart: always
|
|
volumes:
|
|
- ./app:/app
|
|
ports:
|
|
- 5800:5800
|
|
- 5900:5900
|
|
environment:
|
|
- IDRAC_HOST=192.168.0.1
|
|
- IDRAC_USER=root
|
|
- IDRAC_PASSWORD=calvin
|