-
-
Notifications
You must be signed in to change notification settings - Fork 1
Updating SearchTLD Files
Avitld edited this page Dec 13, 2023
·
1 revision
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.
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!