We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2b9d commit d7c95d8Copy full SHA for d7c95d8
docker-compose.yaml
@@ -5,6 +5,9 @@ services:
5
image: ghcr.io/ccmbioinfo/forcast
6
ports:
7
- 80:80
8
+ tmpfs:
9
+ - /run
10
+ - /tmp
11
volumes:
12
- ./sites-enabled:/etc/apache2/sites-enabled
13
- ./bin:/var/www/html/bin
0 commit comments