1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/firefox-send/docker-compose.yml

12 lines
185 B
YAML

version: "3"
services:
web:
image: mozilla/send
links:
- redis
ports:
- "1443:1443"
environment:
- REDIS_HOST=redis
redis:
image: redis:alpine