This commit is contained in:
divyam234 2023-08-24 17:27:54 +05:30
commit dd205503a1

View file

@ -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