- commit
- 7cadb0c
- parent
- dd071ef
- author
- Eric Bower
- date
- 2024-03-13 19:34:40 +0000 UTC
fix(imgs): need tmp file
2 files changed,
+4,
-1
+1,
-0
1@@ -210,6 +210,7 @@ services:
2 volumes:
3 - ./data/storage/data:/app/.storage
4 - ./data/imgs-ssh/data:/app/ssh_data
5+ - ./data/imgs-tmp:/tmp
6 ports:
7 - "${IMGS_SSH_V4:-22}:2222"
8 - "${IMGS_SSH_V6:-[::1]:22}:2222"
+3,
-1
1@@ -82,7 +82,9 @@ services:
2 image: ghcr.io/picosh/pico/imgs-ssh:latest
3 restart: always
4 profiles:
5- - donotrun
6+ - imgs
7+ - services
8+ - all
9 pgs-web:
10 image: ghcr.io/picosh/pico/pgs-web:latest
11 restart: always