File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 container_name : wsc-php
99 restart : unless-stopped
1010 # ports:
11- # - " 80:80"
11+ # - 80:80/tcp
1212 volumes :
1313 - ./html:/var/www/html:rw
1414 environment :
@@ -75,7 +75,7 @@ services:
7575 MARIADB_MYSQL_LOCALHOST_USER : " true"
7676 # MARIADB_AUTO_UPGRADE: 1
7777 # ports:
78- # - 127.0.0.1:9306 :3306/tcp
78+ # - 127.0.0.1:3306 :3306/tcp
7979 healthcheck :
8080 test : mysqladmin ping -h 127.0.0.1 -u root --password=$$MARIADB_ROOT_PASSWORD || exit 1
8181 # test: mysqladmin ping -h 127.0.0.1 -u $$MARIADB_USER --password=$$MARIADB_PASSWORD || exit 1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 container_name : wsc-nginx
2626 restart : unless-stopped
2727 # ports:
28- # - " 80:8080"
28+ # - 80:8080/tcp
2929 volumes :
3030 - ./html:/var/www/html:rw
3131 - ./config/nginx_default.conf:/etc/nginx/conf.d/default.conf:ro
You can’t perform that action at this time.
0 commit comments