@@ -0,0 +1,8 @@
+version: '2'
+
+services:
+ app:
+ image: registry
+ restart: always
+ ports:
+ - "5000:5000"