New docker deployment, only wallpaper but nothing else #283
Unanswered
mcdullmedia
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 am sorry if it is a newbie question.
I have deployed a new docker app, uses privately sign ssl pem and connect via Zoraxy proxy, but only wallpaper show up, and a 404 error for a ico file.
There is not much documentation for this project especially on docker. Thank you.
`version: '3.8'
services:
pasarguard-panel:
image: pasarguard/panel:latest
container_name: pasarguard-panel
restart: always
ports:
- 8800:8000
environment:
- DATABASE_URL=sqlite:////app/data/pasarguard.db
- PANEL_ADMIN_USER=admin
- PANEL_ADMIN_PASSWORD=xxxxxxxxxx
networks:
zoraxy_default:
external: true`
Beta Was this translation helpful? Give feedback.
All reactions