Is there an existing issue for this?
Current Behavior
When I try to log into my Microsoft 365 Out look account, hosted by godaddy, I can not get past the login page.
I have attached the current screen of localhost:3000.
Expected Behavior
After pressing Sign In, I expect to see a text from godaddy and a screen to enter a private short term pin
Steps To Reproduce
Stopped and started container.
Environment
- OS:Ubuntu 20.04
- How docker service was installed: Version Docker version 24.0.2, build cb74dfc
CPU architecture
x86-64
Docker creation
services:
thunderbird:
image: lscr.io/linuxserver/thunderbird:latest
container_name: thunderbird
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /media/ken/My Passport/docker-thunderbird:/config
# - /media/ken/My Passport/docker-thunderbird/backup:/backup
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
# restart: unless-stopped
Container logs
Is there an existing issue for this?
Current Behavior
When I try to log into my Microsoft 365 Out look account, hosted by godaddy, I can not get past the login page.
I have attached the current screen of localhost:3000.
Expected Behavior
After pressing Sign In, I expect to see a text from godaddy and a screen to enter a private short term pin
Steps To Reproduce
Stopped and started container.
Environment
CPU architecture
x86-64
Docker creation
services: thunderbird: image: lscr.io/linuxserver/thunderbird:latest container_name: thunderbird environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /media/ken/My Passport/docker-thunderbird:/config # - /media/ken/My Passport/docker-thunderbird/backup:/backup ports: - 3000:3000 - 3001:3001 shm_size: "1gb" # restart: unless-stoppedContainer logs