Skip to content

Commit 03450c5

Browse files
committed
Bumb version
1 parent 966b57c commit 03450c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.env.docker.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# =============================================================================
22
# Example .env file for os2display-docker-server
3-
# It contains variables for local configuration.
3+
# Cantains environment variables that needs local configuration.
44
# Copy this file to .env.docker and adjust the values as needed for your setup.
55
# Lines starting with # are comments.
66
# =============================================================================
@@ -12,19 +12,19 @@ COMPOSE_SERVER_DOMAIN=demo.os2display.dk
1212
# Version of itkdev/os2display-api-service
1313
# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-api-service/tags
1414
# Put COMPOSE_VERSION_API=develop if you want to install the dev-branch.
15-
COMPOSE_VERSION_API=2.4.0
15+
COMPOSE_VERSION_API=2.5.1
1616

1717
# Version of itkdev/os2display-admin-client
1818
# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-admin-client/tags
19-
COMPOSE_VERSION_ADMIN=2.4.0
19+
COMPOSE_VERSION_ADMIN=2.5.1
2020

2121
# Version of itkdev/os2display-client
2222
# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-client/tags
23-
COMPOSE_VERSION_CLIENT=2.1.2
23+
COMPOSE_VERSION_CLIENT=2.2.0
2424

2525
# Version of github.com/os2display/display-templates
2626
# Find the latest version here: https://github.com/os2display/display-templates/releases
27-
TASK_VERSION_TEMPLATES=2.4.0
27+
TASK_VERSION_TEMPLATES=2.5.1
2828

2929
# List the templates you want to load.
3030
# Find all available templates here: https://github.com/os2display/display-templates/tree/develop/src

0 commit comments

Comments
 (0)