@@ -29,7 +29,7 @@ alpine image is *much* faster to build, but doesn't contain any plugins.
2929
3030Once that's done, you will want to put an override for the s3 demo so it uses
3131your local image. Something like this can be put into
32- ` docker- compose.override.yml` in this (the s3demo) directory:
32+ ` compose.override.yml ` in this (the s3demo) directory:
3333
3434```
3535version: "3.4"
@@ -54,7 +54,7 @@ default. No actual S3 environment necessary!
5454
5555Run the minio container:
5656
57- ` docker- compose up minio `
57+ ` docker compose up minio `
5858
5959Create images:
6060
@@ -84,7 +84,7 @@ here, however, so if you are unfamiliar with AWS, go with the easy way above.
8484
8585### Start the stack
8686
87- Run ` docker- compose up ` and visit ` http://localhost ` . Gaze upon your glorious
87+ Run ` docker compose up ` and visit ` http://localhost ` . Gaze upon your glorious
8888images, lovingly served up by RAIS.
8989
9090Caveats
@@ -99,7 +99,7 @@ production use. Some caveats:
9999- If you have non-images in your S3 bucket, behavior is undefined
100100- If you're running anything else on your server at port 80, this demo won't
101101 work as-is. You may have to customize your setup (e.g., with a
102- ` docker- compose.override.yml` file)
102+ ` compose.override.yml ` file)
103103
104104Development
105105---
@@ -108,5 +108,5 @@ Don't hack up the demo unless you want pain. The demo server is a mess, and
108108the setup is a little hacky. It's here to provide a quick demo, not showcase
109109elegant solutions to a problem.
110110
111- If you are a masochist, however, make sure you re-run "docker- compose build"
111+ If you are a masochist, however, make sure you re-run "docker compose build"
112112anytime you change the codebase or the go templates.
0 commit comments