Get nextcloud working

This commit is contained in:
James Thompson
2026-03-23 06:34:13 +00:00
parent 28aa6e28fe
commit 95bdab6b9d
4 changed files with 49 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: nextcloud-aio-mastercontainer
restart: always
ports:
- "${AIO_PORT:-8081}:8080"
- "${AIO_PORT}:8080"
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -15,8 +15,6 @@ services:
networks:
- nextcloud-aio
- web
env_file:
- ../.env
volumes:
nextcloud_aio_mastercontainer:
@@ -25,3 +23,5 @@ networks:
nextcloud-aio:
web:
external: true