We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720832b commit 1ee2291Copy full SHA for 1ee2291
2 files changed
nginx.conf
nginx/nginx.conf
@@ -6,6 +6,7 @@ events {
6
7
http {
8
upstream app_backend {
9
+ # name of container
10
server eln-community-dev:8080;
11
}
12
0 commit comments