no GUI interface? #107
Unanswered
deviltuner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the docker on my windows in docker desktop. and in log is launched.
but when i got to http://localhost:6543/ i have no GUI interface only Hello World!
how to have the GUI interface?
my stack is
version: "3.9"
services:
telegram-files:
image: ghcr.io/jarvis2f/telegram-files:latest
container_name: telegram-files
restart: always
environment:
APP_ENV: "prod"
APP_ROOT: "/app/data"
TELEGRAM_API_ID: *******
TELEGRAM_API_HASH: *****
ports:
- "6543:8080"
volumes:
- E:/docker/telegram-files/data:/app/data
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions