How to modify the style of your own Docker web #17657
chairc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You'll need a basic understanding of Docker, and you'll need a computer running a Linux environment!
Steps are as follows:
dify/web
frontend foldercd dify/web
Open the
web
folder using any IDE software or text editor, and you can freely modify the frontend file styles, replace images, etc.After editing, if you're a Chinese user, you'll need to change the source in the
Dockerfile
file; others can ignore this step.Now, our own web files have been compiled into an image. Do not run this image yet.
Navigate to the
dify/docker
foldercd dify/docker
docker-compose.yaml
file and find the following information (around line 500)image
to our owndify-web-20250409
localhost
or127.0.0.1
to view the service.Beta Was this translation helpful? Give feedback.
All reactions