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"
services:
web:
image: "ghcr.io/piyushxcoder/lupt:master"
image: "ghcr.io/piyushxcoder/lupt:main"
restart: always
ports:
- ${PORT}:8000