nextcloud-aio/docker-compose.yml hinzugefügt
This commit is contained in:
19
nextcloud-aio/docker-compose.yml
Normal file
19
nextcloud-aio/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
nextcloud-aio-mastercontainer:
|
||||
image: nextcloud/all-in-one:latest
|
||||
container_name: nextcloud-aio-mastercontainer
|
||||
restart: always
|
||||
ports:
|
||||
- "${MASTER_PORT:-8080}:8080"
|
||||
environment:
|
||||
- APACHE_PORT=${APACHE_PORT:-11000}
|
||||
- NEXTCLOUD_DATADIR=${NEXTCLOUD_DATA_PATH}
|
||||
# Optional: Set to 1 if you are using your own reverse proxy (Nginx, Traefik, etc.)
|
||||
- SKIP_DOMAIN_CHECK=${SKIP_DOMAIN_CHECK:-0}
|
||||
volumes:
|
||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
volumes:
|
||||
nextcloud_aio_mastercontainer:
|
||||
name: nextcloud_aio_mastercontainer
|
||||
Reference in New Issue
Block a user