mirror of
https://github.com/movie-web/docs.git
synced 2025-09-12 22:13:29 +00:00
let users now how to update the container
This commit is contained in:
@@ -110,3 +110,16 @@ $ docker compose up -d
|
||||
- For Windows: [guide](https://www.pcmag.com/how-to/how-to-set-up-a-static-ip-address)
|
||||
|
||||
10. Navigate to movie web at `http://<static-ip-address` from another device connected to your network.
|
||||
|
||||
### To Perform Updates For New Releases of Movie Web
|
||||
|
||||
1. Make sure `movie-web` is your current working directory and run:
|
||||
|
||||
```bash
|
||||
# Stop the running container
|
||||
$ docker compose stop
|
||||
# Remove the stopped container
|
||||
$ docker compose rm
|
||||
# Re-build the image and start the container
|
||||
$ docker compose up -d
|
||||
```
|
||||
|
Reference in New Issue
Block a user