Update docker-compose.yml

This commit is contained in:
divyam234 2023-08-24 16:49:46 +05:30 committed by GitHub
parent aae38a7ff3
commit 455ecb6d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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