mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-10 09:02:52 +08:00
12 lines
236 B
YAML
12 lines
236 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
server:
|
|
image: ghcr.io/divyam234/teldrive
|
|
restart: always
|
|
container_name: teldrive
|
|
volumes:
|
|
- ./session.db:/session.db:rw
|
|
- ./config.toml:/config.toml
|
|
ports:
|
|
- 8080:8080
|