mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-26 11:59:42 -05:00
Fix database.sql mount (#3875)
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
||||
networks:
|
||||
- db_net
|
||||
volumes:
|
||||
- ./app/Database/database.sql:/docker-entrypoint-initdb.d/database.sql
|
||||
- ./app/Database:/docker-entrypoint-initdb.d
|
||||
- mysql:/var/lib/mysql:rw
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=pointofsale
|
||||
|
||||
Reference in New Issue
Block a user