v1.10.1: booterm runs shells as samkintop with login bash

This commit is contained in:
2026-05-19 13:07:59 +00:00
parent 9250632ac3
commit d04b30687f
3 changed files with 15 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ services:
DATABASE_URL: postgres://boocode:${POSTGRES_PASSWORD}@boocode_db:5432/boocode
volumes:
- /opt:/opt:rw
- /home/samkintop:/home/samkintop:rw
depends_on:
- boocode_db
networks: