mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-18 15:02:50 +01:00
Setup script - Fix daemon.json entry to add port
This commit is contained in:
@@ -28,7 +28,7 @@ filebeatdir:
|
|||||||
file.directory:
|
file.directory:
|
||||||
- name: /opt/so/saltstack/salt/filebeat/files
|
- name: /opt/so/saltstack/salt/filebeat/files
|
||||||
- mkdirs: True
|
- mkdirs: True
|
||||||
|
|
||||||
fbkeylink:
|
fbkeylink:
|
||||||
file.symlink:
|
file.symlink:
|
||||||
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.key
|
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.key
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ docker_registry() {
|
|||||||
mkdir -p /etc/docker
|
mkdir -p /etc/docker
|
||||||
# Make the host use the master docker registry
|
# Make the host use the master docker registry
|
||||||
echo "{" > /etc/docker/daemon.json
|
echo "{" > /etc/docker/daemon.json
|
||||||
echo " \"registry-mirrors\": [\"https://$MSRV\"]" >> /etc/docker/daemon.json
|
echo " \"registry-mirrors\": [\"https://$MSRV:5000\"]" >> /etc/docker/daemon.json
|
||||||
echo "}" >> /etc/docker/daemon.json
|
echo "}" >> /etc/docker/daemon.json
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user