[DiscordArchive] Is it a docker install?
[DiscordArchive] Is it a docker install?
Archived author: Fixitman • Posted: 2025-06-05T17:01:01.710000+00:00
Original source
Is it a docker install?
Archived author: Fixitman • Posted: 2025-06-05T17:08:24.453000+00:00
Original source
If so, the time zone of the containers can be changed by editing docker-compose.override.yml, then re-composing.
just in case anyone else searches looking for a similar answer: on a fresh docker install, i had an AHBot instance built and loaded, but wasn't seeing any auctions despite enabling the seller in the conf file. turns out, my conf file was in the wrong place: it should be in `./env/dist/etc/modules/mod_ahbot.conf`, whereas i had it in `./env/dist/etc/mod_ahbot.conf`
Archived author: badopsec • Posted: 2025-06-05T18:06:28.259000+00:00
Original source
as i was typing up my issue w/ the auction house bot, i figured it out
just in case anyone else searches looking for a similar answer: on a fresh docker install, i had an AHBot instance built and loaded, but wasn't seeing any auctions despite enabling the seller in the conf file. turns out, my conf file was in the wrong place: it should be in `./env/dist/etc/modules/mod_ahbot.conf`, whereas i had it in `./env/dist/etc/mod_ahbot.conf`
Archived author: badopsec • Posted: 2025-06-05T18:06:35.931000+00:00
Original source
i think the README could be a little clearer about where it goes tbh
Archived author: Fixitman • Posted: 2025-06-05T18:37:17.556000+00:00
Original source
It's kinda obvious that each .conf file has to be in the same folder as it's corresponding .conf.dist file. That file shouldn't be in the etc folder at all.