Remove website tmpfs
The server's disk is probably fast enough, and container restarts will nuke that storage anyway
This commit is contained in:
parent
0c6528f9ca
commit
dba0262801
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./media:/app/media
|
- ./media:/app/media
|
||||||
- ./cache:/tmp/nginx_cache
|
- ./cache:/tmp/nginx_cache
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- coredns
|
- coredns
|
||||||
|
|
Loading…
Reference in a new issue