1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

Update docker-compose.yml to remove unnecessary volume mapping

This commit is contained in:
Sean Morley 2024-04-14 16:56:27 +00:00
parent 9c46c16bbe
commit f58271e27c

View file

@ -9,8 +9,6 @@ services:
- ORIGIN=http://localhost:3000
depends_on:
- db
volumes:
- ./sql:/sql
db:
image: postgres
environment: