Skip to content

Commit a3dfd7d

Browse files
committed
(fix) renamed webserver to nginx to match tutorial
1 parent a8e6f17 commit a3dfd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ myapp-mysql:
2121
- MYSQL_USER=myapp
2222
- MYSQL_PASSWORD=myapp
2323

24-
myapp-webserver:
24+
myapp-nginx:
2525
image: phpdockerio/nginx:latest
26-
container_name: myapp-webserver
26+
container_name: myapp-nginx
2727
volumes:
2828
- ../cakephp:/var/www/myapp
2929
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)