Fix privatebin config

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-08-28 22:38:15 +02:00
parent b819c4398d
commit 162250b0d9
3 changed files with 293 additions and 1 deletions

View File

@ -12,6 +12,7 @@ services:
- ./picoshare/env/picoshare.env
volumes:
- picoshare_data:/data
- picoshare_tmpfs:/tmp
networks:
- infra-network
security_opt:
@ -28,4 +29,11 @@ services:
volumes:
picoshare_data:
name: picoshare_data
name: picoshare_data
picoshare_tmpfs:
name: picoshare_tmpfs
driver: local
driver_opts:
type: tmpfs
device: tmpfs
o: size=1g