We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2825761 commit 63f0501Copy full SHA for 63f0501
compose/web_service/nginx_gunicorn/docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
webserver:
4
image: nginx:latest
5
working_dir: /application
6
- container_name: nginx-python-webserver
+ container_name: nginx-gunicorn-webserver
7
volumes:
8
- ../../../www:/www
9
- ../../../script/:/script/
0 commit comments