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