Skip to content

Commit

Permalink
Modify docker document server run config (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Dec 10, 2021
1 parent 805d001 commit 9ed7f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/install/docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ELK_VERSION=7.13.1
SERVICE_PORT=5050
CONTAINER_PREFIX=${PRODUCT}-
DOCUMENT_SERVER_IMAGE_NAME=onlyoffice/4testing-documentserver-ee:latest
DOCKER_TAG=latest
DOCKERFILE=Dockerfile.app

Expand Down
2 changes: 1 addition & 1 deletion build/install/docker/ds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.6'
services:
onlyoffice-document-server:
image: "${REPO}/${STATUS}documentserver:latest"
image: "${DOCUMENT_SERVER_IMAGE_NAME}"
container_name: ${DOCUMENT_SERVER_HOST}
# Strings below enable the JSON Web Token validation.
environment:
Expand Down

0 comments on commit 9ed7f71

Please sign in to comment.