forked from e621ng/e621ng
[Docker] Move rails pid file into tmpfs
After an unexpected exit you no longer need to remove it manually
This commit is contained in:
parent
d1cf869744
commit
0efe3defed
@ -33,6 +33,8 @@ services:
|
||||
- public_packs:/app/public/packs
|
||||
- post_data:/app/public/data
|
||||
- ./docker/cron_tasks/daily:/etc/periodic/daily
|
||||
tmpfs:
|
||||
- /app/tmp/pids
|
||||
environment:
|
||||
<<: *common-env
|
||||
RAILS_ENV: development
|
||||
|
Loading…
Reference in New Issue
Block a user