mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
11 lines
178 B
YAML
11 lines
178 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
paisa:
|
|
image: ananthakumaran/paisa:latest
|
|
ports:
|
|
- "7500:7500"
|
|
volumes:
|
|
- /home/john/Documents/paisa/:/root/Documents/paisa/
|
|
|