diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-17 09:58:00 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-26 10:47:02 +0100 |
commit | 98abeada054c4573bba9dcb20091df21304a598e (patch) | |
tree | b66b0e4b1de74d78b529895b2e9fe6afaaf8f098 /.gitignore | |
parent | 7484a8c044565ac8e683efdddfd726a5ecdc542a (diff) | |
download | patchwork-98abeada054c4573bba9dcb20091df21304a598e.tar patchwork-98abeada054c4573bba9dcb20091df21304a598e.tar.gz |
docker-compose: Switch to 3.0 syntax
Ubuntu 18.04 (Bionic Beaver) providers 'docker-compose' 1.17.1 [1] at
release which supports the 3.0 syntax [2]. Using this allows some users
(me) to resolve a long standing issue caused by a UID that's not 1000.
[1] https://packages.ubuntu.com/bionic/docker-compose
[2] https://docs.docker.com/compose/compose-file/
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,3 +52,6 @@ htmlcov/ # Patchwork configuration files patchwork/settings/production.py + +# docker-compose configuration files +/.env |