Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 31e9754

Browse files
author
Antonios Papadakis
committed
Remove Trailing Spaces
1 parent a605f4d commit 31e9754

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
---
22
version: "3.8"
3-
services:
4-
web:
5-
build:
3+
services:
4+
web:
5+
build:
66
context: ./php
77
dockerfile: Dockerfile
88
container_name: php74
99
depends_on:
1010
- database
11-
ports:
11+
ports:
1212
- "80:80"
13-
volumes:
13+
volumes:
1414
- "./php:/var/www/html"
15-
database:
15+
database:
1616
command: "--default-authentication-plugin=mysql_native_password"
1717
container_name: mysql8
18-
environment:
18+
environment:
1919
MYSQL_DATABASE: defaultdb
2020
MYSQL_ROOT_PASSWORD: "rootPass"
2121
MYSQL_USER: "dbuser"
2222
MYSQL_PASSWORD: "dbuserpassword"
2323
image: "mysql:8.0.21"
24-
ports:
24+
ports:
2525
- "6033:3306"
2626
restart: always
27-

macos/Docker/dockerFiles/docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
version: "3.8"
3-
services:
4-
web:
5-
build:
3+
services:
4+
web:
5+
build:
66
context: ./php
77
dockerfile: Dockerfile
88
container_name: php74
@@ -24,4 +24,3 @@ services:
2424
ports:
2525
- "6033:3306"
2626
restart: always
27-

0 commit comments

Comments
 (0)