Replies: 1 comment
-
As far as I know Windows is not supported. Have you checked the logs to see if that offers any insight into what is going wrong? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi All
I am new at this and i have been trying for some time now to get Viseron to work in part I think it is as the logs don't indicate any real error
MY problem is that i cant and havent been able to get the web page to work
So i run a windows 11 machine with Docker Desktop installed i use a compose file to install viseron a copy below
networks:
viseron_net:
driver: bridge
ipam:
config:
- subnet: 10.0.2.0/24
services:
viseron:
image: roflcoopter/viseron:latest
container_name: viseron
restart: always
shm_size: "1024mb"
ports:
- "10.0.2.33:5060:8888"
networks:
viseron_net:
ipv4_address: 10.0.2.33
environment:
- PUID=1000
- PGID=1000
volumes:
- C:\docker\viseron\segments:/segments
- C:\docker\viseron\snapshots:/snapshots
- C:\docker\viseron\thumbnails:/thumbnails
- C:\docker\viseron\event_clips:/event_clips
- C:\docker\viseron\config:/config
- /etc/localtime:/etc/localtime:ro
I am trying to access the web page by Http://10.0.2.33:5060
I would really appreciate if someone could point me in the right direction
Thank Geoff
Beta Was this translation helpful? Give feedback.
All reactions