mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
docker-compose example updated with sqlite database
This commit is contained in:
@@ -15,8 +15,9 @@ services:
|
||||
- STEAMGRIDDB_API_KEY=WIP
|
||||
volumes:
|
||||
- '/path/to/library:/romm/library'
|
||||
- '/path/to/resources:/romm/resources'
|
||||
- '/path/to/config.yml:/romm/config.yml'
|
||||
- '/path/to/database:/romm/database'
|
||||
- '/path/to/database:/romm/database' # Only if ROMM_DB_DRIVER='sqlite' or ROMM_DB_DRIVER not exists
|
||||
ports:
|
||||
- '80:80'
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user