Docker Image and Frontend Deployment Documentation
codedocker load --input crypto-payment-whitelabel-front.001.tar
codeversion: '3' services: frontend: image: <your-image-name> # Replace with the name of your Docker image ports: - "80:80" # Adjust the port mapping if neededcodedocker-compose up -d
Last updated