Use short flag

This commit is contained in:
Luke Murphy 2020-04-30 13:26:38 +02:00
parent ba32329d10
commit c8b1469913
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $ docker context use swarm.autonomic.zone
```bash
$ docker stack deploy \
--compose-file docker-compose.yml \
-c docker-compose.yml \
-c docker-compose.production.yml \
traefik
```