mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
b742cc7ba0
Signed-off-by: Alexander Hörl <alexander.horl2@live.de>
18 lines
427 B
YAML
18 lines
427 B
YAML
version: "3.1"
|
|
|
|
volumes:
|
|
nextcloud_aio_mastercontainer:
|
|
name: nextcloud_aio_mastercontainer
|
|
|
|
services:
|
|
nextcloud:
|
|
image: nextcloud/all-in-one:latest
|
|
restart: unless-stopped
|
|
container_name: nextcloud-aio-mastercontainer
|
|
volumes:
|
|
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
- 80:80
|
|
- 8080:8080
|
|
- 8443:8443
|