Update Servers/Containerization/Docker/Compose/Firefox.md
This commit is contained in:
@ -23,7 +23,7 @@ sequenceDiagram
|
||||
```
|
||||
|
||||
## Docker Configuration
|
||||
```jsx title="docker-compose.yml"
|
||||
```yaml title="docker-compose.yml"
|
||||
version: '3'
|
||||
services:
|
||||
firefox:
|
||||
@ -41,7 +41,7 @@ services:
|
||||
network_mode: host # Use the host network
|
||||
```
|
||||
|
||||
```jsx title=".env"
|
||||
```yaml title=".env"
|
||||
N/A
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user