Skip to content

Commit

Permalink
xteve
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Sep 17, 2023
1 parent 9f27fcd commit 3db4ba6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions xteve/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3'

services:

xteve:
image: tnwhitwell/xteve
container_name: xteve
restart: unless-stopped
ports:
- 34400:34400
environment:
- PUID=1000
- PGID=100
- TZ=Asia/Shanghai
volumes:
- /share/Container/xteve/conf:/config
- /share/Container/xteve/root:/root/.xteve
- /share/Container/xteve/tmp:/tmp/xteve

0 comments on commit 3db4ba6

Please sign in to comment.