Unfortunately I have no experience with Kubernetes π
When the containers keep restarting, what do the container server logs say? Is NodeBB crashing?
So every now and then as I go to a page can any of you know what I did wrong?
:/opt/nodebb# ./nodebb log
Hit Ctrl-C to exit
16/3 19:29:56 [9124] - info: Time: Thu Mar 16 2017 19:29:56 GMT+0100 (CET)
16/3 19:29:56 [9124] - info: Initializing NodeBB v1.4.4
16/3 19:29:58 [9124] - info: [socket.io] Restricting access to origin: http://localhost:*
16/3 19:29:58 [9124] - info: initializing NodeBB ...
16/3 19:29:58 [9124] - info: [plugins/emoji-one] Initial startup detected. Downloading emojione assets...
16/3 19:29:58 [9124] - info: Routes added
16/3 19:29:58 [9124] - info: NodeBB Ready
16/3 19:29:58 [9124] - info: Enabling 'trust proxy'
16/3 19:29:58 [9124] - info: NodeBB is now listening on: 0.0.0.0:4567
16/3 19:30:01 [9124] - info: [plugins/emoji-one] Emoji are ready.
Change url to http://your_ip or try http://localhost
and add
"port": "4567", or other port.
You need also have unblocked/unlocked that port.
//Sory for my bad english
Thanks it works
@Konrad-Leon-Lendzion This solution does work!!
Your url value in config.json has to be the url at which you access your forum