Skip to content

Commit

Permalink
Update picoshare
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Sep 5, 2024
1 parent 754c5cc commit 4676eb9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions infrastructure/picoshare/docker-compose.picoshare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ services:
- ./picoshare/env/picoshare.env
volumes:
- picoshare_data:/data
- picoshare_tmpfs:/tmp
networks:
- infra-network
security_opt:
- no-new-privileges:true
read_only: true
tmpfs:
- /tmp
deploy:
resources:
limits:
Expand All @@ -29,11 +30,4 @@ services:

volumes:
picoshare_data:
name: picoshare_data
picoshare_tmpfs:
name: picoshare_tmpfs
driver: local
driver_opts:
type: tmpfs
device: tmpfs
o: size=1g
name: picoshare_data

0 comments on commit 4676eb9

Please sign in to comment.