mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-06 13:22:19 +00:00
fix: letter case in image name
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/LeonMusCoden/letterfeed-backend:latest
|
image: ghcr.io/leonmuscoden/letterfeed-backend:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- letterfeed_network
|
- letterfeed_network
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/LeonMusCoden/letterfeed-frontend:latest
|
image: ghcr.io/leonmuscoden/letterfeed-frontend:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user