This commit is contained in:
shibao 2022-07-30 12:53:17 -04:00
parent 5872ce6da8
commit b89122edb5
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ This project is also able to be deployed through Docker.
Feel free to change these if you'd like. Feel free to change these if you'd like.
1. Run `docker-compose up` to start or `docker-compose up -d` to start in the 1. Run `docker-compose up` to start or `docker-compose up -d` to start in the
background, and use `docker-compose down` to stop. background, and use `docker-compose down` to stop.
1. If you have a reverse proxy on a docker network already, simply add the 1. If you have a reverse proxy on a Docker network already, simply add the
Docker network details to `docker-compose.yml` and Forget should be available Docker network details to `docker-compose.yml` and Forget should be available
at `http://forget:42157` in the Docker network. Otherwise, you'll need to add at `http://forget:42157` in the Docker network. Otherwise, you'll need to add
something like the following to bind the docker container to a port: something like the following to bind the Docker container to a port:
``` ```
services: services:
forget: forget: