Skip to content

Commit

Permalink
Merge pull request #942 from seasoftjapan/20240615-docker-compose.yml…
Browse files Browse the repository at this point in the history
…_delete_version

docker-compose.yml version削除
  • Loading branch information
nanasess committed Jun 15, 2024
2 parents af3bc8c + a394ccf commit 06a5e80
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
ec-cube:
volumes:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.mysql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

volumes:
mysql-database:
driver: local
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.owaspzap.daemon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
zap:
command: bash -c "zap.sh -daemon -addonupdate -addoninstall help_ja_JP -addoninstall wappalyzer -addoninstall sequence -addonuninstall hud -configfile /zap/wrk/options.properties -certpubdump /zap/wrk/owasp_zap_root_ca.cer -host 0.0.0.0 -port 8090 -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.owaspzap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
ec-cube:
environment:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.pgsql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

volumes:
pg-database:
driver: local
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

networks:
backend:
driver: bridge
Expand Down

0 comments on commit 06a5e80

Please sign in to comment.