-
Notifications
You must be signed in to change notification settings - Fork 88
cannot enforce english conversion and english ui #37
Copy link
Copy link
Open
Description
when env are used in docker they dont stick
any issues reported?
services:
subscription-manager:
image: ghcr.io/huhusmang/subscription-management:latest
container_name: subscription-manager
user: "1000:1000"
ports:
- "3001:3001"
env_file:
- .env
volumes:
- ./data:/app/data
restart: unless-stopped
.env
PORT=3001
BASE_CURRENCY=CAD
CURRENCY_SYMBOL=$$
LOCALE=en-US # <--- Add this line for Englis
DEFAULT_LANGUAGE=en-US # Use this if LOCALE didn't work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels