You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
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
Environment
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: true
Container logs
The text was updated successfully, but these errors were encountered: