Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Apr 5, 2018
1 parent 841e767 commit 1688599
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docker-compose.yml
@@ -0,0 +1,23 @@
version: '2'

services:
idrac1:
image: domistyle/idrac6
restart: always
ports:
- 5800:5800
- 5900:5900
environment:
- IDRAC_HOST=idrac1.example.org
- IDRAC_USER=root
- IDRAC_PASSWORD=1234
idrac2:
image: domistyle/idrac6
restart: always
ports:
- 5801:5800
- 5901:5900
environment:
- IDRAC_HOST=idrac2.example.org
- IDRAC_USER=root
- IDRAC_PASSWORD=1234

0 comments on commit 1688599

Please sign in to comment.