Files
remna/DOCKERHUB.md
T
2026-07-25 00:37:09 +03:00

10 lines
291 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Docker Hub → быстрый pull в Dokploy
```bash
docker login
docker build -t ВАШ_ЛОГИН/remna-site:latest ./app
docker push ВАШ_ЛОГИН/remna-site:latest
```
В Dokploy: compose file `docker-compose.hub.yml`, env `DOCKERHUB_USER=ВАШ_ЛОГИН`, затем Deploy.