Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf60c8254e | ||
|
|
a34432c505 | ||
|
|
9f2648b91a |
@@ -25,3 +25,4 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
git:
|
git:
|
||||||
environment:
|
environment:
|
||||||
- GIT_REPO_URL
|
- GIT_REPO_URL
|
||||||
image: alpine/git:v2.52.0
|
image: alpine/git:v2.54.0
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: /docker-entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- content:/git
|
- content:/git
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
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"]
|
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user