Skip to content

Commit e63d130

Browse files
committed
fix: mount alembic migratiosn to volume
1 parent 544aa3b commit e63d130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
volumes:
99
- /var/run/docker.sock:/var/run/docker.sock
1010
- /tmp:/tmp
11-
- ./app/alembic:/app/alembic
11+
- app_alembic:/app/alembic
1212
depends_on:
1313
- db
1414

0 commit comments

Comments
 (0)