FAQ
Common installation and operation questions for regular users.
Common installation and operation questions for regular users.
docker ps.docker logs -f my-epress-node.The Docker volume epress-data stores your node data persistently. Recreating the container will not erase data as long as the same volume is used.
docker stop my-epress-node
docker start my-epress-nodedocker pull ghcr.io/epressworld/epress
docker stop my-epress-node
docker rm my-epress-node
docker run -d -p 8543:8543 -p 8544:8544 -v epress-data:/app/data --name my-epress-node ghcr.io/epressworld/epressYes. Adjust the -p mappings in your Docker command. Keep the internal ports unchanged and only change the host-side ports if needed.