diff --git a/powerdns-admin/docker-compose.yml b/powerdns-admin/docker-compose.yml index 8b5245f..11627b0 100644 --- a/powerdns-admin/docker-compose.yml +++ b/powerdns-admin/docker-compose.yml @@ -5,7 +5,9 @@ services: environment: SECRET_KEY: ${PDNS_ADMIN_SECRET_KEY:-a-very-secret-key} volumes: - - ${PDNS_ADMIN_DATA_PATH:-./pda-data}:/data + - ${PDNS_ADMIN_DATA_PATH:-pda-data}:/data ports: - "${PDNS_ADMIN_PORT:-9191}:80" +volumes: + pda-data: \ No newline at end of file