소스 검색

updated nicegui version

Rodja Trappe 1 년 전
부모
커밋
a42c12dbf6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examples/nginx_subpath/README.md
  2. 1 1
      examples/nginx_subpath/docker-compose.yml

+ 1 - 1
examples/nginx_subpath/README.md

@@ -9,7 +9,7 @@ For a Traeffic example have a look at https://github.com/zauberzeug/nicegui/blob
 Just run
 
 ```bash
-docker-compose up
+docker compose up
 ```
 
 Then you can access http://localhost/nicegui/.

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

@@ -1,7 +1,7 @@
 version: "3.9"
 services:
   app:
-    image: zauberzeug/nicegui:1.2.7
+    image: zauberzeug/nicegui:1.4.19
     volumes:
       - ./app:/app # mount local app directory
   proxy: