Skip to content
Snippets Groups Projects
Commit 6d4919f1 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Fix Ponos logs outside of Docker

parent 41d7ff4a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ if os.environ.get('PONOS_TASK'):
else:
# As scheduler or dev
PONOS_DATA_DIR = os.environ.get('PONOS_DATA_DIR', os.path.join(BASE_DIR, '../ponos'))
PONOS_DATA_DIR = os.environ.get('PONOS_DATA_DIR', os.path.join(BASE_DIR, '../../ponos/data'))
PONOS_RECIPE = {
'volumes': {
# Always expose host configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment