mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
Fix dev environment variable FQDN missing and update docs
This commit is contained in:
parent
331c61fec8
commit
f9b8b0fadf
3 changed files with 12 additions and 7 deletions
|
@ -27,7 +27,8 @@ services:
|
|||
ports:
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
env_file: dev/fqdn.env
|
||||
environment:
|
||||
- FQDN=localhost
|
||||
entrypoint: /mnt/openssl/create.sh
|
||||
command: ["nginx", "-g", "daemon off;"]
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue