Skip to content

Updating SearchTLD Files

Avitld edited this page Dec 13, 2023 · 1 revision

How to update configuration files for SearchTLD with docker.

Once you start your docker container for SearchTLD, you'll notice that if you change any files the changes won't apply. This is because the files have already been mounted in the container.

Rebuild the container

All you need to do is make the changes you want to the files, then run

docker-compose stop

and

docker-compose build

Now you can start up your docker container again and see the changes you made applied!