Skip to content

Commit

Permalink
disable websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Varkoff committed Sep 21, 2024
1 parent df6c244 commit 57f9c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- ./package.json:/opt/package.json
- ./package-lock.json:/opt/package-lock.json
- ./.env:/opt/app/.env
- ./public:/opt/app/public
- /home/virgile/deployments/strapi-ecommerce-public:/opt/app/public
ports:
- "3071:1337"
networks:
Expand Down

0 comments on commit 57f9c00

Please sign in to comment.