mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-08 08:10:05 +08:00
Merge branch 'main' of https://github.com/divyam234/teldrive
This commit is contained in:
commit
dd205503a1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/divyam234/teldrive/server:test
|
||||
image: ghcr.io/divyam234/teldrive/server:latest
|
||||
restart: always
|
||||
container_name: server
|
||||
volumes:
|
||||
|
@ -30,4 +30,4 @@ services:
|
|||
- 8000:8000
|
||||
depends_on:
|
||||
- server
|
||||
- client
|
||||
- client
|
||||
|
|
Loading…
Reference in a new issue