Fix docker-compose sometimes failing to restart the app. Puma's pidfile was stored in /tmp, which was persisted across restarts, which caused restarts to fail because the pidfile already existed. The fix is to mount /tmp as a tmpfs.
2.2 KiB
2.2 KiB