浏览代码

#556 using latest image in demo

Rodja Trappe 2 年之前
父节点
当前提交
a4fe698876
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      examples/nginx_subpath/docker-compose.yml

+ 1 - 5
examples/nginx_subpath/docker-compose.yml

@@ -1,11 +1,7 @@
 version: "3.9"
 services:
   app:
-    # TODO replace build with image once the image is published
-    #image: zauberzeug/nicegui:1.2.?
-    build:
-      context: ./../../
-      dockerfile: fly.dockerfile
+    image: zauberzeug/nicegui:1.2.7
     volumes:
       - ./app:/app # mount local app directory
   proxy: