1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/firefox-send/docker-compose.yml

13 lines
185 B
YAML
Raw Normal View History

2020-07-21 00:30:11 +09:00
version: "3"
services:
web:
image: mozilla/send
links:
- redis
ports:
- "1443:1443"
environment:
- REDIS_HOST=redis
redis:
image: redis:alpine