mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 01:59:58 +00:00
asonix
4a7a51d147
Remove default security policy, since it is overridden anyway Update default value for max_area Inherit animation frame count configuration for list-length Add release document
10 lines
169 B
YAML
10 lines
169 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
pictrs:
|
|
image: asonix/pictrs:0.5
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
restart: always
|
|
volumes:
|
|
- ./volumes/pictrs:/mnt
|