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