Master Module - Fix typeo and remove user

This commit is contained in:
Mike Reeves
2018-05-30 15:49:15 -04:00
parent e780151922
commit df8b6375c0

View File

@@ -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