Skip to content

Commit 486b938

Browse files
committed
examples
1 parent 8038223 commit 486b938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/apache/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

examples/fpm-nginx-dhi/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)