mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-10 09:02:52 +08:00
13 lines
277 B
YAML
13 lines
277 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
server:
|
|
image: ghcr.io/divyam234/teldrive/server
|
|
restart: always
|
|
container_name: teldrive
|
|
volumes:
|
|
- ./sessions:/app/sessions:rw
|
|
- ./teldrive.db:/app/teldrive.db:rw
|
|
env_file: teldrive.env
|
|
ports:
|
|
- 8080:8080
|