apps/nextcloud/docker-compose.json aktualisiert
nextcloud:31.0.6-appache
This commit is contained in:
parent
44118dd131
commit
65ba028d27
|
|
@ -3,7 +3,7 @@
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "nextcloud",
|
"name": "nextcloud",
|
||||||
"image": "nextcloud/server:v31.0.6",
|
"image": "nextcloud:31.0.6-appache",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 80,
|
"internalPort": 80,
|
||||||
"environment": {
|
"environment": {
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cron",
|
"name": "cron",
|
||||||
"image": "nextcloud/server:v31.0.6",
|
"image": "nextcloud:31.0.6-appache",
|
||||||
"dependsOn": ["db-nextcloud", "redis-nextcloud"],
|
"dependsOn": ["db-nextcloud", "redis-nextcloud"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user