This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
bee-backend-ARCHIVED/docker/nginx/config/upstream.conf
2024-08-24 20:33:05 +00:00

3 lines
53 B
Plaintext

upstream backend-dev {
server backend-app:9000;
}