mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
19 lines
286 B
YAML
19 lines
286 B
YAML
version: '3'
|
|
|
|
services:
|
|
mango:
|
|
container_name: mango
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
expose:
|
|
- 9000
|
|
ports:
|
|
- 9000:9000
|
|
volumes:
|
|
- library:/root/mango/library
|
|
- config:/root/.config/mango
|
|
volumes:
|
|
library:
|
|
config:
|