Fix typo in docker-compose.yml (#2221)

Leaving the "/" after ":ro" throws out an error when using docker-compose
This commit is contained in:
dborowy 2021-09-28 02:35:45 +02:00 committed by GitHub
parent cb6fbf3c58
commit 5966623b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ services:
- ./docker-data/dms/mail-state/:/var/mail-state/
- ./docker-data/dms/mail-logs/:/var/log/mail/
- ./docker-data/dms/config/:/tmp/docker-mailserver/
- /etc/localtime:/etc/localtime:ro/
- /etc/localtime:/etc/localtime:ro
restart: always
stop_grace_period: 1m
cap_add: