Merge pull request #46 from AlexanderProd/main

added docker-compose file
This commit is contained in:
szaimen 2021-12-04 19:18:09 +01:00 committed by GitHub
commit 54a1c4b805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
docker-compose.yml Normal file
View file

@ -0,0 +1,18 @@
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