nextcloud/docker-compose.yml aktualisiert
This commit is contained in:
parent
0ba30305a5
commit
77bad2be0a
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: nextcloud:26.0.13-apache
|
image: nextcloud:v31.0.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
@ -71,7 +71,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
runtipi.managed: true
|
runtipi.managed: true
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25.0.13-apache
|
image: nextcloud:v31.0.6
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user