Compare commits

..
Author SHA1 Message Date
autonomic-bot 04433f1c9d chore: regall sweep trigger
cc-ci/testme cc-ci: success
2026-06-17 02:19:42 +00:00
trav 4bd480ed47 Merge pull request 'chore: upgrade to 1.2.0+2.43.0' (#7) from upgrade-1.2.0+2.43.0 into main
Reviewed-on: #7
2026-06-15 17:37:37 +00:00
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -25,4 +25,3 @@ Custom HTML website, served using thttpd
``` ```
abra app cp YOURAPPDOMAIN index.html app:/var/www/http abra app cp YOURAPPDOMAIN index.html app:/var/www/http
``` ```
+1 -1
View File
@@ -3,7 +3,7 @@ services:
git: git:
environment: environment:
- GIT_REPO_URL - GIT_REPO_URL
image: alpine/git:v2.54.0 image: alpine/git:v2.52.0
entrypoint: /docker-entrypoint.sh entrypoint: /docker-entrypoint.sh
volumes: volumes:
- content:/git - content:/git
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: joseluisq/static-web-server:2.44.0 image: joseluisq/static-web-server:2.43.0
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
networks: networks:
- proxy - proxy