You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-27 22:28:31 +02:00
9 lines
142 B
YAML
9 lines
142 B
YAML
|
|
portia:
|
||
|
|
image: vimagick/portia
|
||
|
|
container_name: portia
|
||
|
|
ports:
|
||
|
|
- "9001:9001"
|
||
|
|
volumes:
|
||
|
|
- ./data:/app/slyd/data
|
||
|
|
restart: always
|