update
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
services:
|
||||
nextcloud-aio-mastercontainer:
|
||||
image: nextcloud/all-in-one:latest
|
||||
init: true
|
||||
sig-proxy: false
|
||||
restart: always
|
||||
container_name: nextcloud-aio-mastercontainer
|
||||
volumes:
|
||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
- APACHE_PORT=11000
|
||||
- APACHE_IP_BINDING=0.0.0.0
|
||||
- APACHE_ADDITIONAL_NETWORK=""
|
||||
- SKIP_DOMAIN_VALIDATION=true
|
||||
volumes:
|
||||
nextcloud_aio_mastercontainer:
|
||||
name: nextcloud_aio_mastercontainer # This line is not allowed to be changed.
|
||||
|
||||
|
||||
# My Passphase
|
||||
# resigned lubricant petty eternal gumball coroner stream nervy
|
||||
|
||||
|
||||
# admin
|
||||
$ f34920a6ecaa8cb825d6c46972841250e4ec0fa68c46f64f
|
||||
|
||||
|
||||
# Backup information
|
||||
# This is your encryption password for backups: f5b3a3dc742ac7b354d3e2d3926d8bce9fb50bcd1b75afc4
|
||||
Reference in New Issue
Block a user