diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 16:11:10 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 16:11:10 +0100 |
commit | de63ae753ef8866bea1a456103ccb70a00a51503 (patch) | |
tree | 35aee94c836e9e84d7027b63d4baffabf297405b /docker-compose.override.yml | |
parent | html: set document title (diff) | |
download | wg-api-web-de63ae753ef8866bea1a456103ccb70a00a51503.tar.gz wg-api-web-de63ae753ef8866bea1a456103ccb70a00a51503.zip |
fix typos
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: . |