[GH-ISSUE #103] Container crash #55

Closed
opened 2026-02-26 09:35:48 +03:00 by kerem · 1 comment
Owner

Originally created by @SimonDevelop on GitHub (May 7, 2018).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/103

Docker container crash after a few seconds of launch (around 40 seconds).
During these few seconds of operation I have the message "Document Server is running" on the 8880 port...

My docker compose :

version: '2'

services:

  office:
    image: onlyoffice/documentserver
    restart: always
    volumes:
      - /home/docker/docker-data/office/logs:/var/log/onlyoffice
      - /home/docker/docker-data/office/data:/var/www/onlyoffice/Data
      - /home/docker/docker-data/office/lib:/var/lib/onlyoffice
      - /home/docker/docker-data/office/db:/var/lib/postgresql
    ports:
      - 8880:80
Originally created by @SimonDevelop on GitHub (May 7, 2018). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/103 Docker container crash after a few seconds of launch (around 40 seconds). During these few seconds of operation I have the message "Document Server is running" on the 8880 port... My docker compose : ```yaml version: '2' services: office: image: onlyoffice/documentserver restart: always volumes: - /home/docker/docker-data/office/logs:/var/log/onlyoffice - /home/docker/docker-data/office/data:/var/www/onlyoffice/Data - /home/docker/docker-data/office/lib:/var/lib/onlyoffice - /home/docker/docker-data/office/db:/var/lib/postgresql ports: - 8880:80 ```
kerem closed this issue 2026-02-26 09:35:48 +03:00
Author
Owner

@temparus commented on GitHub (Jul 17, 2018):

This seems to be the same issue as #68.

<!-- gh-comment-id:405714881 --> @temparus commented on GitHub (Jul 17, 2018): This seems to be the same issue as #68.
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#55
No description provided.