mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-03 16:19:35 +00:00
10 lines
175 B
YAML
10 lines
175 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
pictrs:
|
|
image: asonix/pictrs:v0.2.0-r0
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
restart: always
|
|
volumes:
|
|
- ./volumes/pictrs:/mnt
|