Fix yamllint complaints for docker-compose.yml
While it work it was not technically valid YAML. Make the YAML valid. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
parent
9efaea5036
commit
9c205b4fc8
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -5,6 +6,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: sameersbn/apt-cacher-ng:latest
|
image: sameersbn/apt-cacher-ng:latest
|
||||||
ports:
|
ports:
|
||||||
- "3142:3142"
|
- "3142:3142"
|
||||||
volumes:
|
volumes:
|
||||||
- ./apt-cacher-ng:/var/cache/apt-cacher-ng
|
- ./apt-cacher-ng:/var/cache/apt-cacher-ng
|
||||||
|
|
Loading…
Reference in New Issue
Block a user