Make 'docker-compose-apple-m1.override.yml' usable for overriding development as well

- Do this by removing 'mailserver' platform in 'docker-compose-apple-m1.override.yml'.
This commit is contained in:
Wolfgang Huß 2022-07-15 09:19:10 +02:00
parent 0fef1bbd60
commit 2c4ee18c9e

View File

@ -28,5 +28,6 @@ services:
########################################################
# MAILSERVER TO FAKE SMTP ##############################
########################################################
mailserver:
platform: linux/amd64
# commented out, because otherwise override of production would error. and it seems unnecessary
# mailserver:
# platform: linux/amd64