You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ jobs:
117
117
remove_bad_files: # This is turned on
118
118
# remove_bad_files: # This is turned off
119
119
120
-
## Note that this is different from docker-compose (Methods 1 and 2)
120
+
## Note that this is different from docker-compose (where both exsmples above would be turned off; in docker, "true" or additional options are required as value next to the key)
121
121
```
122
122
123
123
@@ -154,7 +154,7 @@ services:
154
154
```
155
155
156
156
157
-
### Docker: Specifying all settings in docker-compose
157
+
####Docker: Specifying all settings in docker-compose
158
158
159
159
As noted above, the [recommended approach for docker](#docker-docker-compose-together-with-configyaml) setups is usage of a config.yaml, as the below approach may bloat your docker-compose and may cause you some headache to adhere to all required notation rules of compose
0 commit comments