it works now :)

This commit is contained in:
Michael Scalzetti 2023-11-08 18:58:03 -05:00
parent 26cf9099ae
commit 05dfd7068d

View File

@ -7,4 +7,5 @@ services:
ports:
- 80:3000
restart: always
entrypoint: ['/usr/bin/mdbook', 'serve', '/mdbook']
entrypoint: ['/usr/bin/mdbook', 'serve', '/mdbook', '-n', '0.0.0.0']