fix yaml formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-03-22 14:39:45 +01:00
parent ed443c7875
commit 587b85f36b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,3 +1,4 @@
---
version: '3' version: '3'
services: services:
docs: docs:
@ -5,7 +6,7 @@ services:
context: . context: .
image: docs image: docs
networks: networks:
- default - default
restart: always restart: always
ports: ports:
- 127.0.0.1:1315:80 - 127.0.0.1:1315:80