Moving from CPanel to Docker

Post Reply
lijomathew1980
Jr. Bludit
Posts: 2
Joined: Sun May 19, 2024 8:00 am

I have an existing instance running on CPanel and I am migrating to Docker
Using the available information, I deployed a new docker container for docker-hub and gave it a persistent storage below is my compose file config
bludit-pro:
image: bludit/docker:latest
ports:
- "8080:80"
volumes:
- /usr/share/bludit/blogs/bl-content:/usr/share/nginx/html/bl-content

I used Domain Migrator to create a migration content and added the contents from bl-content-migrator to /usr/share/bludit/blogs/bl-content. I am able to access the blog without any issues. However, when I try localhost:8080/admin, it points to my cpanel blog-domain/admin instead of localhost:8080/admin
Post Reply