Skip to content

Commit d3fb49d

Browse files
authored
fix fastapi docker-compose.yml
2 parents fd6d16e + 71306f5 commit d3fb49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/production-fastapi/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- "80:8000"
1010
volumes:
11-
- /app/models:/app/models
11+
- ~/app/models:/app/models
1212
- logs_volume:/logs
1313
depends_on:
1414
- promtail

0 commit comments

Comments
 (0)