Add Set up Docker development environment in README.md (#997)

This commit is contained in:
Googol Lee
2024-07-23 21:56:30 +02:00
committed by GitHub
parent 0345bc1481
commit bdae9a67ce
5 changed files with 101 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ PHOTOVIEW_SQLITE_PATH=photoview.db
# See https://www.postgresql.org/docs/current/libpq-ssl.html for possible ssl modes
# PHOTOVIEW_POSTGRES_URL=postgres://user:password@host:port/dbname?sslmode=(disable|allow|...)
PHOTOVIEW_LISTEN_IP=localhost
PHOTOVIEW_LISTEN_IP=0.0.0.0
PHOTOVIEW_LISTEN_PORT=4001
# The url from which the server can be accessed publicly