Skip to content
Snippets Groups Projects
Commit e7da8e73 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'fix-ponos-no-docker' into 'master'

Fix Ponos logs outside of Docker

See merge request !255
parents 41d7ff4a 6d4919f1
No related branches found
No related tags found
1 merge request!255Fix Ponos logs outside of Docker
......@@ -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