mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
12 lines
146 B
YAML
12 lines
146 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
pm:
|
||
|
volumes:
|
||
|
- pm-sync:/pm:nocopy
|
||
|
image: "pm:latest"
|
||
|
tty: true
|
||
|
|
||
|
volumes:
|
||
|
pm-sync:
|
||
|
external: true
|