Updated Docker

This commit is contained in:
2023-12-04 14:46:36 +07:00
parent 8bccdc9c4c
commit 989c9dfaf4
+1 -1
View File
@@ -7,7 +7,7 @@ services:
dockerfile: ./Dockerfile
environment:
- MEDUSA_ADMIN_ONBOARDING_NEXTJS_DIRECTORY=/medusa-frontend
- DATABASE_URL=postgres://postgres:123456@localhost/medusa-TBcY
- DATABASE_URL=postgres://postgres:123456@postgres/medusa-TBcY
volumes:
- ./medusa-frontend:/medusa-frontend
restart: always