Can't open it on mobile #317
Replies: 5 comments 2 replies
This comment has been minimized.
This comment has been minimized.
-
I built my own uptime kuma and it opens fine on my phone |
Beta Was this translation helpful? Give feedback.
-
iPhone 15 |
Beta Was this translation helpful? Give feedback.
-
Hi 👋, When accessing dockge nothing shows in the log. In contrast, accessing dockge with my notebook shows: dockge | 2023-12-23T22:06:54Z [SERVER] INFO: Socket connected!
dockge | 2023-12-23T22:06:54Z [AUTH] INFO: Disabled Auth: auto login to admin Any chance to make the dockge server more verbose in the logs? Let me know if you need further information! AppendixAccess via http://:<5001> version: "3.8"
services:
dockge:
image: louislam/dockge:1
container_name: dockge
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- /opt/stacks:/opt/stacks
environment:
# Tell Dockge where to find the stacks
- DOCKGE_STACKS_DIR=/opt/stacks
ports:
- "5001:5001" |
Beta Was this translation helpful? Give feedback.
-
Just tried on my iPhone 14 with latest iOS. Works fine with the latest versions of Chrome and Safari. |
Beta Was this translation helpful? Give feedback.
-
🛡️ Security Policy
Description
No response
👟 Reproduction steps
Typing in a link on my iphone's safari browser and then entering, it doesn't show the page properly, it's blank
👀 Expected behavior
Display page content normally
😓 Actual Behavior
empty space
Dockge Version
latest
💻 Operating System and Arch
Ubuntu 22.04 x64
🌐 Browser
Safari
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions