Skip to content

Commit 63f0501

Browse files
committed
docker-compose's nginx server name modified.
1 parent 2825761 commit 63f0501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/web_service/nginx_gunicorn/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
webserver:
44
image: nginx:latest
55
working_dir: /application
6-
container_name: nginx-python-webserver
6+
container_name: nginx-gunicorn-webserver
77
volumes:
88
- ../../../www:/www
99
- ../../../script/:/script/

0 commit comments

Comments
 (0)