Compare commits
No commits in common. "973f796cdb3526de046b4539c7fda0438f880f50" and "765c9c20667082f17ce8cbbfd3a690b7018fcd99" have entirely different histories.
973f796cdb
...
765c9c2066
2 changed files with 1 additions and 13 deletions
|
@ -4,15 +4,3 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
|
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
|
||||||
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
||||||
|
|
||||||
wallos:
|
|
||||||
container_name: wallos
|
|
||||||
image: bellamy/wallos:2.20.1
|
|
||||||
ports:
|
|
||||||
- "8282:80/tcp"
|
|
||||||
environment:
|
|
||||||
TZ: 'America/New_York'
|
|
||||||
volumes:
|
|
||||||
- '/home/mafyuh/wallos/db:/var/www/html/db'
|
|
||||||
- '/home/mafyuh/wallos/logos:/var/www/html/images/uploads/logos'
|
|
||||||
restart: unless-stopped
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
netbootxyz:
|
netbootxyz:
|
||||||
image: ghcr.io/linuxserver/netbootxyz@sha256:5693c2fe816c92f45f364faa3d05b7bdddef86b58a7cf19fe642eeccf26444b8
|
image: ghcr.io/linuxserver/netbootxyz@sha256:de2a9aeb5a8049a90551229601d742d3f6fdbf2befcaa77140ce92c48193b05b
|
||||||
container_name: netboot
|
container_name: netboot
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in a new issue