Update compose_mounts.py

This commit is contained in:
Stefan Pejcic
2024-11-05 18:26:55 +01:00
committed by GitHub
parent ff602f90e7
commit 9dc69da09f

View File

@@ -1,7 +1,7 @@
import os
import yaml
compose_file_path = '/etc/openpanel/docker/new-docker-compose.yml'
compose_file_path = '/etc/openpanel/docker/compose/new-docker-compose.yml'
def load_compose_file():
try: