mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
Removed the incorrect doubling of the volumes: lines
parent
00cb43efa2
commit
25e0886efe
@ -15,13 +15,11 @@ services:
|
||||
netbox:
|
||||
environment:
|
||||
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
||||
volumes:
|
||||
volumes:
|
||||
- /path/to/os/cert/file:/etc/ssl/certs/ca-certificates.crt:ro
|
||||
netbox-worker:
|
||||
environment:
|
||||
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
||||
volumes:
|
||||
volumes:
|
||||
- /path/to/os/cert/file:/etc/ssl/certs/ca-certificates.crt:ro
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user