GoteoFoundation / goteo

Goteo Version 3, the Open Source Crowdfunding Platform
http://goteo.org
GNU Affero General Public License v3.0
188 stars 133 forks source link

Docker compatibility for MacOS #523

Open fblupi opened 1 year ago

fblupi commented 1 year ago

UID is a reserved variable for MacOS and it already includes the user id you get with id -u

When you try to export this variable on MacOS you receive this error: docker/up: line 2: UID: readonly variable