Skip to content

Commit 65f7c4e

Browse files
committed
update env
1 parent 53cfdd1 commit 65f7c4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ services:
33
typeapi:
44
image: ghcr.io/apioo/typeapi:main
55
environment:
6-
APP_URL: https://typeapi.org
7-
APP_ENV: prod
8-
APP_DEBUG: off
6+
APP_URL: "https://typeapi.org"
7+
APP_ENV: "prod"
8+
APP_DEBUG: "off"
99
restart: always
1010
ports:
1111
- "9700:80"

0 commit comments

Comments
 (0)