Skip to content

Commit

Permalink
Docker: mount tmpfs /run, /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jun 3, 2022
1 parent 68e2b9d commit d7c95d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
image: ghcr.io/ccmbioinfo/forcast
ports:
- 80:80
tmpfs:
- /run
- /tmp
volumes:
- ./sites-enabled:/etc/apache2/sites-enabled
- ./bin:/var/www/html/bin
Expand Down

0 comments on commit d7c95d8

Please sign in to comment.