Update Docker & Kubernetes/Docker/Docker Compose/Firefox.md

This commit is contained in:
2024-07-11 21:35:21 -06:00
parent 5074552bb1
commit 74d2d219c0

View File

@ -1,4 +1,4 @@
**Purpose**: Sometimes you just want an instance of Firefox that has persistence outside of the container (with bind-mapped folders). This is useful for a number of reasons, but insecure by default, so you have to protect it behind something like a [Keycloak Server](https://docs.bunny-lab.io/Docker%20%2526%20Kubernetes/Docker/Docker%20Compose/Keycloak/) so it is not misused. **Purpose**: Sometimes you just want an instance of Firefox running on an Alpine Linux container, that has persistence (Extensions, bookmarks, history, etc) outside of the container (with bind-mapped folders). This is useful for a number of reasons, but insecure by default, so you have to protect it behind something like a [Keycloak Server](https://docs.bunny-lab.io/Docker%20%2526%20Kubernetes/Docker/Docker%20Compose/Keycloak/) so it is not misused.
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```jsx title="docker-compose.yml"