Reformat Docker Compose and add external network
Standardize indentation to a consistent hierarchy and declare the homelab network as an external resource.
This commit is contained in:
@@ -53,3 +53,6 @@ volumes:
|
||||
driver: local
|
||||
memos_data:
|
||||
driver: local
|
||||
networks:
|
||||
homelab:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user