Skip to content

Commit 1283bc8

Browse files
committed
fix(docker): disable tls by default
1 parent 32ac58e commit 1283bc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ services:
99
build:
1010
context: .
1111
environment:
12+
LOG_LEVEL: ${LOG_LEVEL:-debug}
1213
ADMIN_USERNAME: albatross
1314
ADMIN_PASSWORD: albatross
14-
ENABLE_TLS: true
15+
ENABLE_TLS: false
1516
ports:
1617
- '8080:8080'
1718
volumes:

0 commit comments

Comments
 (0)