Skip to content

[BUG] Latest version v1.6.4-ls99 doesn't start properly and the exposed port is showing the nginx start page #54

@juvanj

Description

@juvanj

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Application not working anymore, the log is full of these lines:
./run: line 4: cd: /app/www: No such file or directory

When I run the previous version with the same setup, it works perfectly fine.

Expected Behavior

The application starts up without errors and is available via the exposed port.

Steps To Reproduce

services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:v1.6.4-ls98
network_mode: bridge
container_name: speedtest-tracker
env_file: stack.env
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Vienna
- APP_KEY=base64:
- APP_URL=https://speedtest.SOMEDOMAIN.com
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE=25,55 * * * *
- DB_HOST= #optional
- DB_PORT= #optional
- DB_DATABASE= #optional
- DB_USERNAME= #optional
- DB_PASSWORD= #optional
- DISPLAY_TIMEZONE=Europe/Vienna #optional
- PRUNE_RESULTS_OLDER_THAN=0 #optional
- PUBLIC_DASHBOARD=true
volumes:
- /docker/speedtest-tracker:/config
ports:
- 6875:80
healthcheck:
test: ping -c 1 www.google.com || exit 1
interval: 10s
timeout: 10s
retries: 3
restart: always

stack.env:
SPEEDTEST_SERVERS=3744,3645,45732

Environment

- OS: Ubuntu 24.04
- Offical instructions
- It is working correctly with the previous version

CPU architecture

x86-64

Docker creation

docker compose up -d

Container logs

...
User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: v1.6.4-ls99
Build-date: 2025-07-15T08:41:02+00:00
...
ln: failed to create symbolic link '/app/www/database/database.sqlite': No such file or directory
find: ‘/app/www/database/database.sqlite’: No such file or directory
**** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****
**** The app may not work properly and we will not provide support for it. ****

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions