File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,15 @@ services:
4
4
restart : unless-stopped
5
5
image : docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
6
6
command : tunnel --no-autoupdate run --token $CF_TOKEN
7
+
8
+ wallos :
9
+ container_name : wallos
10
+ image : bellamy/wallos:2.20.1
11
+ ports :
12
+ - " 8282:80/tcp"
13
+ environment :
14
+ TZ : ' America/New_York'
15
+ volumes :
16
+ - ' /home/mafyuh/wallos/db:/var/www/html/db'
17
+ - ' /home/mafyuh/wallos/logos:/var/www/html/images/uploads/logos'
18
+ restart : unless-stopped
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
netbootxyz :
4
- image : ghcr.io/linuxserver/netbootxyz@sha256:de2a9aeb5a8049a90551229601d742d3f6fdbf2befcaa77140ce92c48193b05b
4
+ image : ghcr.io/linuxserver/netbootxyz@sha256:5693c2fe816c92f45f364faa3d05b7bdddef86b58a7cf19fe642eeccf26444b8
5
5
container_name : netboot
6
6
environment :
7
7
- PUID=1000
You can’t perform that action at this time.
0 commit comments