Update Servers/Containerization/Docker/Compose/Firefox.md
This commit is contained in:
@ -23,7 +23,7 @@ sequenceDiagram
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Docker Configuration
|
## Docker Configuration
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
firefox:
|
firefox:
|
||||||
@ -41,7 +41,7 @@ services:
|
|||||||
network_mode: host # Use the host network
|
network_mode: host # Use the host network
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
N/A
|
N/A
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ sudo firewall-cmd --reload
|
|||||||
|
|
||||||
## Traefik Reverse Proxy Configuration
|
## Traefik Reverse Proxy Configuration
|
||||||
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
||||||
``` yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
work-environment:
|
work-environment:
|
||||||
|
Reference in New Issue
Block a user