mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-17 00:03:36 -04:00
update Docker configuration
This commit is contained in:
18
docker-compose.example.yml
Normal file
18
docker-compose.example.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user