linuxserver / docker-projectsend

GNU General Public License v3.0
74 stars 26 forks source link

[BUG] Database configuration not working after setup project send #47

Open UbuntuEvangelist opened 2 weeks ago

UbuntuEvangelist commented 2 weeks ago

Is there an existing issue for this?

Current Behavior

Database configuration

Screenshot from 2024-11-07 04-20-04

Expected Behavior

database configuration not working after setup project send

Steps To Reproduce

added mysql db, usr and password on docker-compose.yml file restart all docker images

Environment

- OS: Ubuntu 24.04.1 LTS
- How docker service was installed:
Docker version 27.3.1, build ce12230

CPU architecture

x86-64

Docker creation

docker pull linuxserver/projectsend
docker run -d \
  --name=projectsend \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e MAX_UPLOAD=5000 \
  -p 80:80 \
  -v /path/to/projectsend/config:/config \
  -v /path/to/data:/data \
  --restart unless-stopped \
  lscr.io/linuxserver/projectsend:latest

Container logs

██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: r1720-ls212
Build-date: 2024-10-28T21:26:37+00:00
───────────────────────────────────────

using keys found in /config/keys
[custom-init] No custom files found, skipping...
[ls.io-init] done.
github-actions[bot] commented 2 weeks ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.