docsite: reindent ports in example

This commit is contained in:
mbecker20
2024-08-19 11:36:17 -04:00
parent 33a0560af6
commit 3f1788dbbb
+2 -2
View File
@@ -43,8 +43,8 @@ services:
image: ghcr.io/mbecker20/periphery:latest # use ghcr.io/mbecker20/periphery:latest-aarch64 for arm support
logging:
driver: local
ports:
- 8120:8120
ports:
- 8120:8120
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- monitor-repos:/etc/monitor/repos # manage repos in a docker volume, or change it to an accessible host directory.