Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-onlyoffice-documentserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TO
docker-onlyoffice-documentserver
Commits
904b8ef1
Unverified
Commit
904b8ef1
authored
Apr 13, 2018
by
Alexey Golubev
Committed by
GitHub
Apr 13, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #99 from mandusm/ugly-hack-#68
Fixes #68 in a hacky way
parents
96b98337
670f1bdf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
run-document-server.sh
+2
-0
2 additions, 0 deletions
run-document-server.sh
with
3 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
904b8ef1
...
@@ -72,4 +72,4 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
...
@@ -72,4 +72,4 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
VOLUME
/etc/onlyoffice /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /usr/share/fonts/truetype/custom
VOLUME
/etc/onlyoffice /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /usr/share/fonts/truetype/custom
CMD
bash -C '
/app/onlyoffice/run-document-server.sh
';'bash'
ENTRYPOINT
/app/onlyoffice/run-document-server.sh
This diff is collapsed.
Click to expand it.
run-document-server.sh
+
2
−
0
View file @
904b8ef1
...
@@ -343,3 +343,5 @@ service nginx start
...
@@ -343,3 +343,5 @@ service nginx start
# Regenerate the fonts list and the fonts thumbnails
# Regenerate the fonts list and the fonts thumbnails
documentserver-generate-allfonts.sh
${
ONLYOFFICE_DATA_CONTAINER
}
documentserver-generate-allfonts.sh
${
ONLYOFFICE_DATA_CONTAINER
}
documentserver-static-gzip.sh
${
ONLYOFFICE_DATA_CONTAINER
}
documentserver-static-gzip.sh
${
ONLYOFFICE_DATA_CONTAINER
}
tail
-f
/var/log/onlyoffice/
**
/
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment