Compare commits

..
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,3 +25,4 @@ Custom HTML website, served using thttpd
```
abra app cp YOURAPPDOMAIN index.html app:/var/www/http
```
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: joseluisq/static-web-server:2.43.0
image: joseluisq/static-web-server:2.44.0
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
networks:
- proxy