New v7.6.0 docker install on debian - no .env or other familiar settings from v6? #4430
Replies: 1 comment 20 replies
-
|
If you use the new docker-compose & docker images, you no longer need to mount the You can modify the docker compose Important to note that if you change an env value, they are no longer directly applied, you will need to restart the container. TRUSTED_PROXIES=* (if you are lazy) If you use docker, you should not use APP_DIR unless you make a weird proxy that redirect https://example.com/lychee to your container. However I would really not recommend that and instead use a sub domain (see above). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had a small docker site on V6/debian which I tried to upgrade, didnt go well, and I thought it'd be "cleaner" to just start over, do I did a new install with the docker-compose.minimal.yaml. Initial access to the machine by ip at x.x.x.x:8000, going just fine. I quickly noticed however that I couldn't find any trace of a .env file, as a mount or otherwise. There are copies of the docker-compose.minimal.yaml in various docker volumes, so I suppose these could be updated in some manner, but I'm sort of lost here as to how I'd switch the access. I normally access the site via a proxy url, so I think I need the TRUSTED_PROXIES setting and possibly APP_URL, APP_DIR, but I'm not sure. I should've saved my old env files.
Beta Was this translation helpful? Give feedback.
All reactions