mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Master Module - Fix typeo and remove user
This commit is contained in:
@@ -32,16 +32,15 @@ aptcacherlogdir:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: true
|
- makedirs: true
|
||||||
# Copy the config
|
# Copy the config
|
||||||
# Install the apt-cacher-ng container
|
# Install the apt-cacher-ng container - TODO Create a so-docker for it
|
||||||
so-aptcacherng:
|
so-aptcacherng:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: deployable/acng:latest-us
|
- image: deployable/acng:latest-us
|
||||||
- hostname: so-aptcacherng
|
- hostname: so-aptcacherng
|
||||||
- user: socore
|
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:3142:3142
|
- 0.0.0.0:3142:3142
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/aptcacher-ng/cache"/var/cache/apt-cacher-ng:rw
|
- /opt/so/conf/aptcacher-ng/cache:/var/cache/apt-cacher-ng:rw
|
||||||
|
|
||||||
|
|
||||||
# Create the config directory for the docker registry
|
# Create the config directory for the docker registry
|
||||||
|
|||||||
Reference in New Issue
Block a user