diff options
Diffstat (limited to 'docker-compose.override.yml')
-rw-r--r-- | docker-compose.override.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 007f91e..ed9fa83 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -1,6 +1,6 @@ -# I want docker-compose.yml to be copyable; and if the build settings is +# I want docker-compose.yml to be copyable; and if the build settings are # present, and somebody copies it and runs docker-compose up -d, it will -# complain that it can't build the image (which it stupid). +# complain that it can't build the image (which it stupid IMO). services: web: build: . |