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

Commit a605f4d

Browse files
author
Antonios Papadakis
committed
Add YAML New Lines
1 parent 2820840 commit a605f4d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

debian/dockerFiles/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ services:
2323
image: "mysql:8.0.21"
2424
ports:
2525
- "6033:3306"
26-
restart: always
26+
restart: always
27+

macos/Docker/dockerFiles/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ services:
2323
image: "mysql:8.0.21"
2424
ports:
2525
- "6033:3306"
26-
restart: always
26+
restart: always
27+

windows/dockerFiles/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ services:
2323
image: "mysql:8.0.21"
2424
ports:
2525
- "6033:3306"
26-
restart: always
26+
restart: always
27+

0 commit comments

Comments
 (0)