[DiscordArchive] Great point and I see that now in my playthrough. I built my setup using ./acore.sh docker build in
[DiscordArchive] Great point and I see that now in my playthrough. I built my setup using ./acore.sh docker build in
Archived author: LightsaberTrix • Posted: 2023-09-27T23:07:30.102000+00:00
Original source
Great point and I see that now in my playthrough. I built my setup using ./acore.sh docker build in the docs https://www.azerothcore.org/wiki/install-with-docker. Still learning Docker. Can you point me to where ac-authserver / ac-worldserver live? I assume they aren't config files in the AC repository?
Archived author: Fijahh • Posted: 2023-09-28T00:34:34.772000+00:00
Original source
If you used that link then you're installing the locally compiled version, not the 'acore-docker' precompiled version. It's real simple to add the timezone fix to the version you're using, ~~just insert it in docker-compose.yml in the azerothcore dir, like so:~~ actually scratch that, I found a better way. Add it to the conf/dist/env.ac file, like this:
`#
# GENERAL
#
USER_CONF_PATH=/azerothcore/apps/docker/config-docker.sh
DATAPATH=/azerothcore/env/dist/data
TZ=America/Vancouver <<<<<`
Archived author: Fijahh • Posted: 2023-09-28T00:37:19.343000+00:00
Original source
If you add that last line at that exact spot (under the general section) then all the containers will pick up that setting. Obviously change 'Vancouver' to your appropriate timezone setting - see https://en.wikipedia.org/wiki/List_of_tz...time_zones if needed.
[Embed: List of tz database time zones]
This is a list of time zones from release 2023c of the tz database.
https://en.wikipedia.org/wiki/List_of_tz...time_zones
Archived author: Fijahh • Posted: 2023-09-28T00:37:46.340000+00:00
Original source
Once you add that, bring the server down and back up again, and your realm time should be correct.
Archived author: LightsaberTrix • Posted: 2023-09-28T03:07:28.535000+00:00
Original source
I gave it a shot. Restarted containers. Even did a recompile. No dice I'm afraid.
Archived author: LightsaberTrix • Posted: 2023-09-28T03:09:48.759000+00:00
Original source
`#
# GENERAL
#
USER_CONF_PATH=/azerothcore/apps/docker/config-docker.sh
DATAPATH=/azerothcore/env/dist/data
TZ=America/Los_Angeles
#
# COMPILER
#
CTYPE=RelWithDebInfo
CSCRIPTS=static
AC_CCACHE=true
#
# SIMPLE RESTARTER
#
AC_RESTARTER_BINPATH=
AC_RESTARTER_BINFILE=
AC_RESTARTER_WITHGDB=`
Archived author: Fijahh • Posted: 2023-09-28T04:11:07.635000+00:00
Original source
That is deeply weird, it did it for me...