mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-24 04:21:44 +00:00
clean-up docker-compose files: remove version and ---
This commit is contained in:
@@ -9,8 +9,6 @@ Flat file cms/blogging platform.
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3.1'
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:4-alpine
|
||||
|
||||
@@ -13,8 +13,6 @@ The ultimate CMS/blogging platform.
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3.1'
|
||||
services:
|
||||
wordpress:
|
||||
image: wordpress
|
||||
|
||||
Reference in New Issue
Block a user