Skip to content

Commit

Permalink
fix: restart docusaurus to keep always on
Browse files Browse the repository at this point in the history
  • Loading branch information
drivian committed Jul 22, 2024
1 parent 68ebe77 commit 758151e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ services:
volumes:
- ./docs/docusaurus:/app
command: sh -c 'npm install && npm start -- --host 0.0.0.0 --port 3001'
restart: always
expose:
- 3001

Expand Down

0 comments on commit 758151e

Please sign in to comment.