nethsm-docker/docker-compose.yml

12 lines
241 B
YAML

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