mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-03 19:11:54 +08:00
Start moving over services
This commit is contained in:
parent
ab1ef02a5b
commit
1158e27046
8 changed files with 16 additions and 61 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||
container_name: homebox
|
||||
volumes:
|
||||
- homebox_data:/data/
|
||||
- /home/fern/docker/data/homebox/data:/data/
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
|
@ -23,7 +23,3 @@ networks:
|
|||
default:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
homebox_data:
|
||||
name: homebox_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue