mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
Fix the listened host reference in the `main()` function
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
env_file: api/example.env
|
||||
environment:
|
||||
PHOTOVIEW_DATABASE_DRIVER: sqlite # Change to the right database driver
|
||||
PHOTOVIEW_SQLITE_PATH: api/photoview.db
|
||||
PHOTOVIEW_SQLITE_PATH: photoview.db
|
||||
PHOTOVIEW_MYSQL_URL: photoview:photosecret@tcp(mysql)/photoview_test
|
||||
PHOTOVIEW_POSTGRES_URL: postgres://photoview:photosecret@postgres:5432/photoview_test
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user