Skip to content

Commit e0a955b

Browse files
author
mafyuh
committedAug 4, 2024
Update docker/cf/docker-compose.yml
1 parent 148e535 commit e0a955b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
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

0 commit comments

Comments
 (0)
Please sign in to comment.