Update compose.yml
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
redis:
|
||||||
|
image: redis:alpine
|
||||||
|
container_name: nextcloud-redis
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: linuxserver/nextcloud:latest
|
image: linuxserver/nextcloud:latest
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user