Skip to content

Commit

Permalink
Fix typo (#182)
Browse files Browse the repository at this point in the history
* fix a typo in go.yaml

* Go以外もなってた
  • Loading branch information
kobutomo authored Oct 21, 2020
1 parent 50941dd commit a7b0ebb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion webapp/docker-compose/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion webapp/docker-compose/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion webapp/docker-compose/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion webapp/docker-compose/perl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion webapp/docker-compose/ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion webapp/docker-compose/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
- ../../provisioning/ansible/roles/web-bootstrap/files/nginx.conf.template:/etc/nginx/nginx.conf.template
- ../logs/nginx:/var/log/nginx
- ../nginx/cond.d:/etc/nginx/conf.d
- ../nginx/conf.d:/etc/nginx/conf.d
- ../nginx/out:/www/data
ports:
- "8080:80"
Expand Down

0 comments on commit a7b0ebb

Please sign in to comment.