[GH-ISSUE #261] Volume error when creating the container #146

Closed
opened 2026-02-26 09:36:57 +03:00 by kerem · 27 comments
Owner

Originally created by @00xOps on GitHub (Jun 26, 2020).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261

I want to create my ownvolume for the docker command but it returns me this when i run the following command :

sudo docker run -i -t -p 80:80
-v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice
-v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data
-v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx
-v /home/edsadmin/onlyoffice/local:/etc/onlyoffice/documentserver onlyoffice/documentserver

json: error: undefined
json: error: undefined
json: error: undefined
json: error: undefined
json: error: undefined
json: error: undefined
json: error: undefined
/app/ds/run-document-server.sh: line 154: -3: substring expression < 0
forward host lookup failed: Unknown server error
Waiting for connection to the host on port
forward host lookup failed: Unknown server error
Waiting for connection to the host on port
forward host lookup failed: Unknown server error
Waiting for connection to the host on port
forward host lookup failed: Unknown server error
Waiting for connection to the host on port

The issue is the last volume but i can't understand why

Did this work in previous versions of DocumentServer?

Didn't tested

DocumentServer Docker tag:

latest

Host Operating System:

Centos 7

Originally created by @00xOps on GitHub (Jun 26, 2020). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261 I want to create my ownvolume for the docker command but it returns me this when i run the following command : > sudo docker run -i -t -p 80:80 \ > -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ > -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \ > -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \ > -v /home/edsadmin/onlyoffice/local:/etc/onlyoffice/documentserver onlyoffice/documentserver json: error: undefined json: error: undefined json: error: undefined json: error: undefined json: error: undefined json: error: undefined json: error: undefined /app/ds/run-document-server.sh: line 154: -3: substring expression < 0 : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port The issue is the last volume but i can't understand why **Did this work in previous versions of DocumentServer?** Didn't tested **DocumentServer Docker tag:** latest **Host Operating System:** Centos 7
kerem closed this issue 2026-02-26 09:36:57 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Jun 26, 2020):

I agree that issue with last volume, -v /home/edsadmin/onlyoffice/local:/etc/onlyoffice/documentserver
Seems your host path /home/edsadmin/onlyoffice/local does not contain all needed file, did you copy content of contaner's /etc/onlyoffice/documentsever in your host folder?
There are critical files in this folder

<!-- gh-comment-id:650009702 --> @ShockwaveNN commented on GitHub (Jun 26, 2020): I agree that issue with last volume, `-v /home/edsadmin/onlyoffice/local:/etc/onlyoffice/documentserver` Seems your host path `/home/edsadmin/onlyoffice/local` does not contain all needed file, did you copy content of contaner's `/etc/onlyoffice/documentsever` in your host folder? There are critical files in this folder
Author
Owner

@00xOps commented on GitHub (Jun 28, 2020):

I'm just trying to copy /etc/onlyoffice/documentserver content on, my host machine and i don't understand why it is not working

<!-- gh-comment-id:650736996 --> @00xOps commented on GitHub (Jun 28, 2020): I'm just trying to copy /etc/onlyoffice/documentserver content on, my host machine and i don't understand why it is not working
Author
Owner

@ShockwaveNN commented on GitHub (Jun 28, 2020):

Which command you're used to copy?

On Sun, Jun 28, 2020, 14:22 Valentin Moine notifications@github.com wrote:

I'm just trying to copy /etc/onlyoffice/documentserver content on, my host
machine and i don't understand why it is not working


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261#issuecomment-650736996,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAFDG3GWVFQGGVUARTSTELTRY4RVRANCNFSM4OI6U6DQ
.

<!-- gh-comment-id:650742373 --> @ShockwaveNN commented on GitHub (Jun 28, 2020): Which command you're used to copy? On Sun, Jun 28, 2020, 14:22 Valentin Moine <notifications@github.com> wrote: > I'm just trying to copy /etc/onlyoffice/documentserver content on, my host > machine and i don't understand why it is not working > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261#issuecomment-650736996>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAFDG3GWVFQGGVUARTSTELTRY4RVRANCNFSM4OI6U6DQ> > . >
Author
Owner

@00xOps commented on GitHub (Jun 28, 2020):

Just doing a volume

<!-- gh-comment-id:650743582 --> @00xOps commented on GitHub (Jun 28, 2020): Just doing a volume
Author
Owner

@00xOps commented on GitHub (Jun 28, 2020):

I just want to do a volume to access this particular document : /etc/onlyoffice/documentserver/local.json

<!-- gh-comment-id:650744188 --> @00xOps commented on GitHub (Jun 28, 2020): I just want to do a volume to access this particular document : ```/etc/onlyoffice/documentserver/local.json```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 28, 2020):

Why not create volume with this single file?

<!-- gh-comment-id:650754564 --> @ShockwaveNN commented on GitHub (Jun 28, 2020): Why not create volume with this single file?
Author
Owner

@00xOps commented on GitHub (Jun 28, 2020):

Because you can't only mount a file you need to mount a whole directory

<!-- gh-comment-id:650755891 --> @00xOps commented on GitHub (Jun 28, 2020): Because you can't only mount a file you need to mount a whole directory
Author
Owner

@ShockwaveNN commented on GitHub (Jun 28, 2020):

Because you can't only mount a file you need to mount a whole directory

No, I don't think so
docker run -v full_path/file.ext:/root/file.ext image
is correct mount

<!-- gh-comment-id:650762905 --> @ShockwaveNN commented on GitHub (Jun 28, 2020): > Because you can't only mount a file you need to mount a whole directory No, I don't think so `docker run -v full_path/file.ext:/root/file.ext image` is correct mount
Author
Owner

@00xOps commented on GitHub (Jun 28, 2020):

When i run :

    -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice  \
    -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \
    -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \
    -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver ```

I have this error : 

```docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/84194f5591b3e987b93f743e6bf6d670d76daa44ba40a1dcfa80e2fdf233ab8a/merged\\\" at \\\"/var/lib/docker/overlay2/84194f5591b3e987b93f743e6bf6d670d76daa44ba40a1dcfa80e2fdf233ab8a/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
ERRO[0000] error waiting for container: context canceled```
<!-- gh-comment-id:650833586 --> @00xOps commented on GitHub (Jun 28, 2020): When i run : ```sudo docker run -i -t -p 80:80 \ -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \ -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \ -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver ``` I have this error : ```docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/84194f5591b3e987b93f743e6bf6d670d76daa44ba40a1dcfa80e2fdf233ab8a/merged\\\" at \\\"/var/lib/docker/overlay2/84194f5591b3e987b93f743e6bf6d670d76daa44ba40a1dcfa80e2fdf233ab8a/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. ERRO[0000] error waiting for container: context canceled```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 29, 2020):

That is output of $(pwd)/onlyoffice/local/local.json on your host system? https://stackoverflow.com/a/45985803/820501
Also please add info about docker verison

<!-- gh-comment-id:650980969 --> @ShockwaveNN commented on GitHub (Jun 29, 2020): That is output of `$(pwd)/onlyoffice/local/local.json` on your host system? https://stackoverflow.com/a/45985803/820501 Also please add info about docker verison
Author
Owner

@00xOps commented on GitHub (Jun 29, 2020):

Docker version : Docker version 19.03.12, build 48a66213fe

Yes this is the output on my host system.

<!-- gh-comment-id:651093000 --> @00xOps commented on GitHub (Jun 29, 2020): Docker version : Docker version 19.03.12, build 48a66213fe Yes this is the output on my host system.
Author
Owner

@ShockwaveNN commented on GitHub (Jun 29, 2020):

Yes this is the output on my host system.

Are you sure that
cat $(pwd)/onlyoffice/local/local.json output file, not folder?

Anyway this is Docker issue, you should be able to mount single file as volume, if not - you're doing something wrong

<!-- gh-comment-id:651095791 --> @ShockwaveNN commented on GitHub (Jun 29, 2020): > Yes this is the output on my host system. Are you sure that `cat $(pwd)/onlyoffice/local/local.json` output file, not folder? Anyway this is Docker issue, you should be able to mount single file as volume, if not - you're doing something wrong
Author
Owner

@00xOps commented on GitHub (Jun 29, 2020):

I just want to have the content of : /etc/onlyoffice/documentserver/local.json On my host machine

<!-- gh-comment-id:651428964 --> @00xOps commented on GitHub (Jun 29, 2020): I just want to have the content of : ```/etc/onlyoffice/documentserver/local.json``` On my host machine
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

Start simple - does
docker run -v $(pwd)/onlyoffice/local/local.json:/root/local.json -d --name test-ubuntu ubuntu:18.04 works?
Does content of your local.json is mounted in container?
docker exec test-ubuntu cat /root/local.json

Also since you using $(pwd) in your mount path - please be correct with your path, maybe better use absolute path
If there is not $(pwd)/onlyoffice/local/local.json, docker will create folder with that name

<!-- gh-comment-id:651590440 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): Start simple - does `docker run -v $(pwd)/onlyoffice/local/local.json:/root/local.json -d --name test-ubuntu ubuntu:18.04` works? Does content of your local.json is mounted in container? `docker exec test-ubuntu cat /root/local.json` Also since you using $(pwd) in your mount path - please be correct with your path, maybe better use absolute path If there is not $(pwd)/onlyoffice/local/local.json, docker will create folder with that name
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

Same error :

>     -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice  \
>     -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \
>     -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \
>     -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver
/app/ds/run-document-server.sh: line 154: -3: substring expression < 0
: forward host lookup failed: Unknown server error
Waiting for connection to the  host on port
: forward host lookup failed: Unknown server error
Waiting for connection to the  host on port
: forward host lookup failed: Unknown server error
Waiting for connection to the  host on port
: forward host lookup failed: Unknown server error
Waiting for connection to the  host on port
: forward host lookup failed: Unknown server error
Waiting for connection to the  host on port
<!-- gh-comment-id:651601133 --> @00xOps commented on GitHub (Jun 30, 2020): Same error : ``` sudo docker run -i -t -p 80:80 \ > -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ > -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \ > -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \ > -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver /app/ds/run-document-server.sh: line 154: -3: substring expression < 0 : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port : forward host lookup failed: Unknown server error Waiting for connection to the host on port ```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

Same error :

This is not a result of command (docker run -v $(pwd)/onlyoffice/local/local.json:/root/local.json -d --name test-ubuntu ubuntu:18.04) I asked, please read carefully

<!-- gh-comment-id:651602416 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): > Same error : This is not a result of command (`docker run -v $(pwd)/onlyoffice/local/local.json:/root/local.json -d --name test-ubuntu ubuntu:18.04`) I asked, please read carefully
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

It tells me that local.json is a directory :

cat: /root/local.json: Is a directory
<!-- gh-comment-id:651608025 --> @00xOps commented on GitHub (Jun 30, 2020): It tells me that local.json is a directory : ```sudo docker exec test-ubuntu cat /root/local.json cat: /root/local.json: Is a directory ```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

This mean $(pwd)/onlyoffice/local/local.json is a directory, check your absolute path and fix it, so this is a file.

<!-- gh-comment-id:651613520 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): This mean `$(pwd)/onlyoffice/local/local.json` is a directory, check your absolute path and fix it, so this is a file.
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

I checked and this is a file, it seems to create it as a directory on the docker container

<!-- gh-comment-id:651631870 --> @00xOps commented on GitHub (Jun 30, 2020): I checked and this is a file, it seems to create it as a directory on the docker container
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

Do you removed $(pwd) and used absolute path? Show me

<!-- gh-comment-id:651660589 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): Do you removed $(pwd) and used absolute path? Show me
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

With the absolute path :

>     -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice  \
>     -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \
>     -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \
>     -v /home/edsadmin/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver

[sudo] password for edsadmin:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/1a9d2b141da2ab3041e4ae3c069c7484aac9ff3fde779318bfc0b44d8fec0a7d/merged\\\" at \\\"/var/lib/docker/overlay2/1a9d2b141da2ab3041e4ae3c069c7484aac9ff3fde779318bfc0b44d8fec0a7d/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
ERRO[0000] error waiting for container: context canceled

Without the absolute path :

>     -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice  \
>     -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \
>     -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \
>     -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/e684d61dd0094c64a8eb43c3bae5d2929824443846921852a4737b3e9466baa3/merged\\\" at \\\"/var/lib/docker/overlay2/e684d61dd0094c64a8eb43c3bae5d2929824443846921852a4737b3e9466baa3/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
<!-- gh-comment-id:651685344 --> @00xOps commented on GitHub (Jun 30, 2020): With the absolute path : ```sudo docker run -i -t -p 80:80 \ > -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ > -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \ > -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \ > -v /home/edsadmin/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver [sudo] password for edsadmin: docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/1a9d2b141da2ab3041e4ae3c069c7484aac9ff3fde779318bfc0b44d8fec0a7d/merged\\\" at \\\"/var/lib/docker/overlay2/1a9d2b141da2ab3041e4ae3c069c7484aac9ff3fde779318bfc0b44d8fec0a7d/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. ERRO[0000] error waiting for container: context canceled ``` Without the absolute path : ```sudo docker run -i -t -p 80:80 \ > -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ > -v /home/edsadmin/onlyoffice/data:/var/www/onlyoffice/Data \ > -v /home/edsadmin/onlyoffice/logs/nginx:/etc/onlyoffice/documentserver/nginx \ > -v $(pwd)/onlyoffice/local/local.json:/etc/onlyoffice/documentserver/local.json onlyoffice/documentserver docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"/home/edsadmin/onlyoffice/local/local.json\\\" to rootfs \\\"/var/lib/docker/overlay2/e684d61dd0094c64a8eb43c3bae5d2929824443846921852a4737b3e9466baa3/merged\\\" at \\\"/var/lib/docker/overlay2/e684d61dd0094c64a8eb43c3bae5d2929824443846921852a4737b3e9466baa3/merged/etc/onlyoffice/documentserver/local.json\\\" caused \\\"not a directory\\\"\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. ```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

That is output of

tree /home/edsadmin/onlyoffice/local
<!-- gh-comment-id:651686492 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): That is output of ``` tree /home/edsadmin/onlyoffice/local ```
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

tree /home/edsadmin/onlyoffice/local
/home/edsadmin/onlyoffice/local
├── local.json
└── onlyoffice
└── local
└── local.json

<!-- gh-comment-id:651688193 --> @00xOps commented on GitHub (Jun 30, 2020): tree /home/edsadmin/onlyoffice/local /home/edsadmin/onlyoffice/local ├── local.json └── onlyoffice └── local └── local.json
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

There two entries for local.json

Seems you got local.json as file and local.json as folder. This is why docker mount folder, remove folder

<!-- gh-comment-id:651693434 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): There two entries for `local.json` Seems you got `local.json` as file and `local.json` as folder. This is why docker mount folder, remove folder
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

Sory it was the wrong one.

tree onlyoffice
onlyoffice
├── data
├── local
│   └── local.json
└── logs
├── nginx
└── onlyoffice

<!-- gh-comment-id:651729321 --> @00xOps commented on GitHub (Jun 30, 2020): Sory it was the wrong one. tree onlyoffice onlyoffice ├── data ├── local │   └── local.json └── logs ├── nginx └── onlyoffice
Author
Owner

@ShockwaveNN commented on GitHub (Jun 30, 2020):

You giving me different info each post and I 99% sure this issue is not related to DocumentServer itself, but with Docker in general in you setup, since as you said here https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261#issuecomment-651608025 simple command with ubuntu:18.04 container not work, you should figure out it first

<!-- gh-comment-id:651731944 --> @ShockwaveNN commented on GitHub (Jun 30, 2020): You giving me different info each post and I 99% sure this issue is not related to DocumentServer itself, but with Docker in general in you setup, since as you said here https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/261#issuecomment-651608025 simple command with ubuntu:18.04 container not work, you should figure out it first
Author
Owner

@00xOps commented on GitHub (Jun 30, 2020):

Okay, I tell you if I find somthing, for the moment I close the ticket

Have a nice day. :)

<!-- gh-comment-id:651732402 --> @00xOps commented on GitHub (Jun 30, 2020): Okay, I tell you if I find somthing, for the moment I close the ticket Have a nice day. :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#146
No description provided.