-
-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Name of mod
linuxserver/mods:swag-dashboard
Name of base container
lscr.io/linuxserver/swag
Current Behavior
When I request https://dashboard.example.top , its return 504 gateway time-out
Expected Behavior
expect return 200
Steps To Reproduce
- deploy with docker compose.
- use default config
- visit https://dashboard.example.top
- return 504
Environment
- OS: Debian 12
- How docker service was installed:CPU architecture
x86-64
Docker creation
services:
swag:
image: lscr.io/linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- URL=hadyang.top
- SUBDOMAINS=www,dashboard,auth
- VALIDATION=dns
- DNSPLUGIN=dnspod
- DOCKER_MODS=linuxserver/mods:swag-dashboard
networks:
- web
ports:
- 8081:80
- 8443:443
volumes:
- ./config:/config
restart: unless-stopped
networks:
web:
external: trueContainer logs
swag | **** Applying the SWAG dashboard mod... ****
swag | **** Adding goaccess to package install list ****
swag | **** libmaxminddb already installed, skipping ****
swag | **** Applied the SWAG dashboard mod ****
swag | [pkg-install-init] **** Installing all mod packages ****
swag | fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
swag | fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
swag | (1/1) Installing goaccess (1.9.2-r0)
swag | Executing busybox-1.36.1-r29.trigger
swag | OK: 200 MiB in 221 packages
swag | [custom-init] No custom files found, skipping...
swag | [ls.io-init] done.
swag | Server readyMetadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done