Skip to content

Commit fd4097d

Browse files
authored
fix: update logs volume path for cldap server in docker-compose (#860)
1 parent 3d2707b commit fd4097d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.package/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
.env
138138
volumes:
139139
- ./certs:/certs
140-
- ./logs:/logs
140+
- ./logs:/app/logs
141141
- ldap_keytab:/LDAP_keytab/
142142
command: python -OO multidirectory.py --cldap
143143
tty: true

0 commit comments

Comments
 (0)