Move stray storage to tank

This commit is contained in:
Jake Howard
2021-07-17 20:32:26 +01:00
parent 8f831c8191
commit 1399529a47
3 changed files with 5 additions and 5 deletions

View File

@ -28,5 +28,5 @@ services:
- MYSQL_USER=yourls
- MYSQL_PASSWORD=yourls
volumes:
- ./mariadb:/var/lib/mysql
- /mnt/tank/dbs/mariadb/yourls:/var/lib/mysql
restart: unless-stopped