diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100755
index 0000000..8aba70b
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,19 @@
+version: "3"
+
+services:
+  doh:
+    image: tmp/doh-proxy
+    build:
+      context: .
+      dockerfile: Dockerfile
+    #command: doh-proxy --help
+    container_name: doh-proxy
+    #restart: always
+    volumes:
+      - /etc/timezone:/etc/timezone:ro
+      - /etc/localtime:/etc/localtime:ro
+    logging:
+      driver: json-file
+      options:
+        max-file: '5'
+        max-size: 10m