amalgame/commit

simplified compose

authorJacco van Ossenbruggen
Tue Dec 14 21:19:11 2021 +0000
committerJacco van Ossenbruggen
Tue Dec 14 21:19:11 2021 +0000
commit2cc2d0839b50227ad7076efc3bfab4944f09862a
tree74d9312c077190e2bdb011720671c75149a51a99
parentf49e635f3cea8b567484e1e936f8353613d973c4
Diff style: patch stat
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 4f0c16e..6b9d445 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -1,11 +1,7 @@
-# Assuming you want to read/write from the container in the 
-# $PWD of the host fs, so start with:
-#   shell> UID=$(id -u) GID=$(id -g) docker-compose up
 
 services:
   amalgame:
       image: jrvosse/amalgame
-      user: "${UID}:${GID}"
       volumes:
         - "./:/opt/project"
       ports: