Skip to content

Commit 973f796

Browse files
author
Matt Reeves
committedAug 4, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-code-server
2 parents 765c9c2 + e0a955b commit 973f796

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎docker/cf/docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ services:
44
restart: unless-stopped
55
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
66
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

‎docker/netboot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
netbootxyz:
4-
image: ghcr.io/linuxserver/netbootxyz@sha256:de2a9aeb5a8049a90551229601d742d3f6fdbf2befcaa77140ce92c48193b05b
4+
image: ghcr.io/linuxserver/netbootxyz@sha256:5693c2fe816c92f45f364faa3d05b7bdddef86b58a7cf19fe642eeccf26444b8
55
container_name: netboot
66
environment:
77
- PUID=1000

0 commit comments

Comments
 (0)
Please sign in to comment.