From e638bfca0216c667f54a185ebff4deb39215a846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6tz?= Date: Wed, 24 Oct 2018 14:00:41 +0200 Subject: [PATCH] Add volume mapping --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e4df720..9763a69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,4 +5,6 @@ services: build: . image: docker.wiai.de/fswiai/rzspam:0.1 ports: - - 5000:5000 \ No newline at end of file + - 5000:5000 + volumes: + - ./src:/app