mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
16 lines
250 B
YAML
16 lines
250 B
YAML
version: '3'
|
|
|
|
services:
|
|
mango:
|
|
container_name: mango
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
expose:
|
|
- 9000
|
|
ports:
|
|
- 9000:9000
|
|
volumes:
|
|
- ./mango:/root/mango
|
|
- ./config:/root/.config/mango
|