13 lines
183 B
YAML
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:
|