This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/ansible/roles/inbucket/files/docker-compose.yml

11 lines
179 B
YAML

version: "3.7"
services:
kms-server:
image: inbucket/inbucket
container_name: inbucket
ports:
- 2500:2500
- 9000:9000
restart: always