This commit is contained in:
David Abutbul 2022-02-03 15:55:33 +02:00 committed by GitHub
parent 2157bb584f
commit be140e9076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ docker run -it -p 8888:8888 \
-v "$(pwd)/art:/enigma-bbs/art" \ -v "$(pwd)/art:/enigma-bbs/art" \
-v "$(pwd)/mods:/enigma-bbs/mods" \ -v "$(pwd)/mods:/enigma-bbs/mods" \
-v "$(pwd)/mail:/mail" \ -v "$(pwd)/mail:/mail" \
enigmabbs/enigmabbs:latest enigmabbs/enigma-bbs:latest
``` ```
- Run it: \ - Run it: \
you can use the same command as above, just daemonize and drop interactiveness (we needed it for config but most of the time docker will run in the background) you can use the same command as above, just daemonize and drop interactiveness (we needed it for config but most of the time docker will run in the background)
@ -33,7 +33,7 @@ docker run -d -p 8888:8888 \
-v "$(pwd)/art:/enigma-bbs/art" \ -v "$(pwd)/art:/enigma-bbs/art" \
-v "$(pwd)/mods:/enigma-bbs/mods" \ -v "$(pwd)/mods:/enigma-bbs/mods" \
-v "$(pwd)/mail:/mail" \ -v "$(pwd)/mail:/mail" \
enigmabbs/enigmabbs:latest enigmabbs/enigma-bbs:latest
```` ````
- Restarting and Making changes\ - Restarting and Making changes\
if you make any changes to your host config folder they will persist, and you can just restart ENiGMABBS container to load any changes you've made. if you make any changes to your host config folder they will persist, and you can just restart ENiGMABBS container to load any changes you've made.