1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:44:05 +00:00

Add space after 'up' in 'docker-compose up-d'

This commit is contained in:
lukinovec 2022-07-19 14:39:46 +02:00 committed by GitHub
parent db9480f54e
commit 966d62980d
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.