Skip to content

Commit

Permalink
chore(docker-compose.prod.yml): expose strapi container port to host
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Dec 3, 2024
1 parent 66de9fc commit e985433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 1337:1337
environment:
NODE_ENV: production
DATABASE_CLIENT: postgres
Expand Down

0 comments on commit e985433

Please sign in to comment.