This commit is contained in:
root 2024-10-28 03:49:26 +03:00
parent d4cf6f61ef
commit 5b0fc439bb

View File

@ -1,7 +1,7 @@
# Instructions
## docker-compose
- if you run into problems. delete stale containers and: `docker image prune` and `docker volume prune` to make sure there are no stale images and volumes.
- if you run into problems. delete stale containers and: `docker rmi inspi4` and `docker volume prune` to make sure there are no stale images and volumes.
- copy `config.env.exmaple` to `config.env` and edit
- optional: if you intend to link, copy `include.default.conf` to `include.conf` and edit
- build: `docker-compose -f docker-compose.yml build` use: `docker-compose.linked.yml` if you intend to link.