mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
12 lines
241 B
YAML
12 lines
241 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
server:
|
|
image: ghcr.io/divyam234/teldrive/server
|
|
restart: always
|
|
container_name: teldrive
|
|
volumes:
|
|
- ./teldrive.db:/app/teldrive.db:rw
|
|
env_file: teldrive.env
|
|
ports:
|
|
- 8080:8080
|