diff options
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..7868ed3 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: "3.3" +services: + asmttpd: + ports: + - "8080:80" + volumes: + - ./asmttpd:/usr/src/app/web_root + image: fuwn/asmttpd |