mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-10 19:41:44 +00:00
cleanup "version" as its deprecated; add windows in a docker` (#26)
This commit is contained in:
@@ -99,7 +99,6 @@ http {
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
lychee_db:
|
||||
container_name: lychee_db
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
pigallery2:
|
||||
image: bpatrik/pigallery2:latest
|
||||
|
||||
@@ -15,7 +15,6 @@ First create `.env` file like this one: https://github.com/pixelfed/pixelfed/blo
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
image: pixelfed
|
||||
|
||||
Reference in New Issue
Block a user