mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 16:29:51 +02:00
map mysql storage to a volume properly
This commit is contained in:
parent
f43ade0129
commit
20a8c65450
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
- MYSQL_ROOT_PASSWORD=${TTRSS_DB_PASS}
|
||||
- MYSQL_DATABASE=${TTRSS_DB_NAME}
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- db:/var/lib/mysql
|
||||
|
||||
app:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue