mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:49:16 +00:00
Fix development mySQL URL pointing to non-existing container (#1164)
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
environment:
|
||||
PHOTOVIEW_DATABASE_DRIVER: sqlite # Change to the right database driver
|
||||
PHOTOVIEW_SQLITE_PATH: photoview.db
|
||||
PHOTOVIEW_MYSQL_URL: photoview:photosecret@tcp(mysql)/photoview_test
|
||||
PHOTOVIEW_MYSQL_URL: photoview:photosecret@tcp(mariadb)/photoview_test
|
||||
PHOTOVIEW_POSTGRES_URL: postgres://photoview:photosecret@postgres:5432/photoview_test
|
||||
volumes:
|
||||
- .:/app:rw
|
||||
|
||||
Reference in New Issue
Block a user