Skip to content

Commit d7c95d8

Browse files
committed
Docker: mount tmpfs /run, /tmp
1 parent 68e2b9d commit d7c95d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
image: ghcr.io/ccmbioinfo/forcast
66
ports:
77
- 80:80
8+
tmpfs:
9+
- /run
10+
- /tmp
811
volumes:
912
- ./sites-enabled:/etc/apache2/sites-enabled
1013
- ./bin:/var/www/html/bin

0 commit comments

Comments
 (0)