Fix missing volume in docker compose file (#27)

This commit is contained in:
Ariel Weher
2023-03-03 08:18:05 -03:00
committed by GitHub
parent 161ca09dd6
commit fd93e2bfd8

View File

@@ -20,4 +20,6 @@ services:
MAIL_TRANSPORT: local
ENDPOINT_PORT: 4000
depends_on:
- db
- db
volumes:
uploads: