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

12 lines
179 B
YAML
Raw Normal View History

2023-01-27 22:18:21 +00:00
version: "3.7"
services:
kms-server:
image: inbucket/inbucket
container_name: inbucket
ports:
- 2500:2500
- 9000:9000
restart: always