Files
mangaDownloader/manga-py-stable_1.x/docker-compose.yaml
2019-12-14 22:33:14 -05:00

13 lines
183 B
YAML

version: '3.0'
services:
manga_py:
container_name: mangadl/manga-py
image: python
build: ./helpers/python
volumes:
- ./:/home/manga
volumes:
manga_volume: