mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 10:48:29 +01:00
add nginx-flask-mysql application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
8
samples/nginx-flask-mysql/proxy/conf
Executable file
8
samples/nginx-flask-mysql/proxy/conf
Executable file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
location / {
|
||||
proxy_pass http://backend:5000;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user