mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
0fef1bbd60
commit
2c4ee18c9e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user