Fixed docker-composer

This commit is contained in:
Piyush मिश्रः 2023-12-23 16:03:20 +05:30
parent fc378721f5
commit 7ac3ca7a84
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: "3.2" version: "3.2"
services: services:
web: web:
image: "ghcr.io/piyushxcoder/lupt:master" image: "ghcr.io/piyushxcoder/lupt:main"
restart: always restart: always
ports: ports:
- ${PORT}:8000 - ${PORT}:8000