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