Yesterday, 07:42 PM
(This post was last modified: Yesterday, 07:44 PM by 4r5hw45twh. Edited 3 times in total.)
(Yesterday, 06:43 PM)TheDreadPirate Wrote: IIRC, you are using host networking on the container, correct?
Uhhh, maybe? I just installed Ubuntu and then installed Docker. To get JF & Jellyseer properly directing to my domain via NPM, I did remove "network_mode: host" and changed JF & JS to use a network name that I used with NPM, so that they'd all 3 be on the same network to work together. Because if I kept the "network_mode: host" part on JF docker compose file, my domain wouldn't load up JF.
So at the bottom of all 3 (NPM, JF, & JS) docker compose files, I have:
Code:
networks:
default:
external: true
name: networkname