Skip to content

Commit a491703

Browse files
authored
chore: define missing env value
1 parent 8a6635d commit a491703

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/atlassian-jira-confluence/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ services:
1010
- VERBOSE_LOGS=false
1111
# maximum number of days for access logs to be retained before being deleted
1212
- ATL_TOMCAT_ACCESS_LOGS_MAXDAYS=360
13-
# The maximum time a user can remain logged-in with remember me feature.
14-
- ATL_AUTOLOGIN_COOKIE_AGE
13+
# The maximum time a user can remain logged-in with remember me feature (in seconds; default 2 weeks).
14+
- ATL_AUTOLOGIN_COOKIE_AGE=1209600
1515
# The minimum heap size of the JVM
1616
- JVM_MINIMUM_MEMORY=1024m
1717
# maximum heap size of the JVM
@@ -58,8 +58,8 @@ services:
5858
- VERBOSE_LOGS=false
5959
# maximum number of days for access logs to be retained before being deleted
6060
- ATL_TOMCAT_ACCESS_LOGS_MAXDAYS=360
61-
# The maximum time a user can remain logged-in with remember me feature.
62-
- ATL_AUTOLOGIN_COOKIE_AGE
61+
# The maximum time a user can remain logged-in with remember me feature (in seconds; default 2 weeks)
62+
- ATL_AUTOLOGIN_COOKIE_AGE=1209600
6363
# The minimum heap size of the JVM
6464
- JVM_MINIMUM_MEMORY=1024m
6565
# maximum heap size of the JVM

0 commit comments

Comments
 (0)