|
|
|
@ -3,7 +3,7 @@
|
|
|
|
version: "2"
|
|
|
|
version: "2"
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
nextcloud:
|
|
|
|
nextcloud:
|
|
|
|
image: linuxserver/nextcloud:php8
|
|
|
|
image: docker.io/linuxserver/nextcloud:latest #Already on PHP8
|
|
|
|
container_name: nextcloud
|
|
|
|
container_name: nextcloud
|
|
|
|
hostname: nextcloud
|
|
|
|
hostname: nextcloud
|
|
|
|
network_mode: # so instances can talk to each other by name instead of IP, set them all on the same network_mode
|
|
|
|
network_mode: # so instances can talk to each other by name instead of IP, set them all on the same network_mode
|
|
|
|
|