aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-17 09:58:00 +0100
committerStephen Finucane <stephen@that.guru>2018-04-26 10:47:02 +0100
commit98abeada054c4573bba9dcb20091df21304a598e (patch)
treeb66b0e4b1de74d78b529895b2e9fe6afaaf8f098 /.gitignore
parent7484a8c044565ac8e683efdddfd726a5ecdc542a (diff)
downloadpatchwork-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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 04b6670..f37cacc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,6 @@ htmlcov/
# Patchwork configuration files
patchwork/settings/production.py
+
+# docker-compose configuration files
+/.env