1
0
Fork 0
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:
Andrew Dolgov 2021-02-28 21:35:14 +03:00
parent f43ade0129
commit 20a8c65450

View file

@ -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: