This image is based on https://gitflic.ru/project/photopea-v2/photopea-v-2
Based on alpine and use nginx to provide services.
docker run -d --name photopea -p 8080:8080 --restart=unless-stopped loneshore/photopea
With cache persistence:
docker run -d --name photopea -p 8080:8080 -v /path/to/cache:/var/cache/nginx --restart=unless-stopped loneshore/photopea
Fonts and Templates are not offline and require network.
字体和模板需要网络才能加载
Content type
Image
Digest
sha256:3be60555c…
Size
10.5 MB
Last updated
about 2 months ago
docker pull loneshore/photopea