Remove nextcloud since it doesn't store data on the disk array, and instead resets every time the hardware changes.
This commit is contained in:
@@ -195,21 +195,6 @@ services:
|
|||||||
# - SYS_NICE
|
# - SYS_NICE
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
# --- Nextcloud ---
|
|
||||||
nextcloud-aio-mastercontainer:
|
|
||||||
image: ghcr.io/nextcloud-releases/all-in-one:latest
|
|
||||||
init: true
|
|
||||||
restart: unless-stopped
|
|
||||||
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed.
|
|
||||||
#network_mode: bridge
|
|
||||||
volumes:
|
|
||||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed.
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
|
|
||||||
# --- Gitea ---
|
# --- Gitea ---
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user