mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-13 18:51:26 +08:00
19 lines
427 B
YAML
19 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
|