1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:14:03 +00:00

Add space after 'up' in 'docker-compose up-d' (#900)

This commit is contained in:
lukinovec 2022-07-19 16:11:47 +02:00 committed by GitHub
parent db9480f54e
commit ba928100e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,4 @@ services:
platform: linux/amd64 platform: linux/amd64
``` ```
to `docker-compose.override.yml` to make `docker-compose up-d` work on M1. to `docker-compose.override.yml` to make `docker-compose up -d` work on M1.