Added minimal docker-compose.yml.
This commit is contained in:
parent
a6e4daa45d
commit
de943645b4
1 changed files with 12 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
|
||||||
|
nethsm-docker:
|
||||||
|
image: docker.io/nitrokey/nethsm:testing
|
||||||
|
container_name: nethsm-docker
|
||||||
|
environment:
|
||||||
|
- MODE=unix
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:48443:8443/tcp"
|
||||||
|
tty: true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue